Merge pull request #37 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:03:50 +02:00 committed by GitHub
commit 93a29f6ec7
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: jobs:
build_latest: build_latest:
docker: docker:
- image: circleci/golang:1.16 - image: circleci/golang:1.17
working_directory: ~/twhelpdcbot working_directory: ~/twhelpdcbot
steps: steps:
- checkout - checkout
@ -17,7 +17,7 @@ jobs:
- run: docker push $DOCKER_LOGIN/twhelp-dcbot:latest - run: docker push $DOCKER_LOGIN/twhelp-dcbot:latest
build_version: build_version:
docker: docker:
- image: circleci/golang:1.16 - image: circleci/golang:1.17
working_directory: ~/twhelpdcbot working_directory: ~/twhelpdcbot
steps: steps:
- checkout - checkout