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

chore(deps): update circleci/golang docker tag to v1.16
This commit is contained in:
Dawid Wysokiński 2021-07-05 12:12:28 +02:00 committed by GitHub
commit fa24a03f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.15
- image: circleci/golang:1.16
working_directory: ~/twhelpdcbot
steps:
- checkout