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

This commit is contained in:
Renovate Bot 2021-08-23 01:53:51 +00:00
parent 8af6715eec
commit 65446ab5ff
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: jobs:
build_latest: build_latest:
docker: docker:
- image: circleci/golang:1.16 - image: circleci/golang:1.17
working_directory: ~/twhelpcron working_directory: ~/twhelpcron
steps: steps:
- checkout - checkout
@ -20,7 +20,7 @@ jobs:
- run: docker push $DOCKER_LOGIN/twhelp-dataupdater:latest - run: docker push $DOCKER_LOGIN/twhelp-dataupdater:latest
build_version: build_version:
docker: docker:
- image: circleci/golang:1.16 - image: circleci/golang:1.17
working_directory: ~/twhelpcron working_directory: ~/twhelpcron
steps: steps:
- checkout - checkout