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

This commit is contained in:
Renovate Bot 2021-07-04 17:13:51 +00:00
parent 449ad1e82f
commit a78d7f3c23
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
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