chore(deps): update circleci/golang docker tag to v1.17

This commit is contained in:
Renovate Bot 2021-08-23 02:04:08 +00:00
parent bb90fc2534
commit 66a3074351
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build_latest:
docker:
- image: circleci/golang:1.16
- image: circleci/golang:1.17
working_directory: ~/twhelpdcbot
steps:
- checkout
@ -17,7 +17,7 @@ jobs:
- run: docker push $DOCKER_LOGIN/twhelp-dcbot:latest
build_version:
docker:
- image: circleci/golang:1.16
- image: circleci/golang:1.17
working_directory: ~/twhelpdcbot
steps:
- checkout