Merge pull request #27 from tribalwarshelp/renovate/circleci-golang-1.x

chore(deps): update circleci/golang docker tag to v1.17
This commit is contained in:
Dawid Wysokiński 2021-08-23 06:04:13 +02:00 committed by GitHub
commit 6193ac0b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: ~/twhelpcron
steps:
- checkout
@ -20,7 +20,7 @@ jobs:
- run: docker push $DOCKER_LOGIN/twhelp-dataupdater:latest
build_version:
docker:
- image: circleci/golang:1.16
- image: circleci/golang:1.17
working_directory: ~/twhelpcron
steps:
- checkout