circleci: upgrade go 1.15.8 -> 1.16

This commit is contained in:
M. Sz 2021-03-02 09:55:51 +01:00
parent fa4276156c
commit 547b8cd53b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.15.6
- image: circleci/golang:1.16
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
steps:
- checkout