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: jobs:
build: build:
docker: docker:
- image: circleci/golang:1.15.6 - image: circleci/golang:1.16
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}} working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
steps: steps:
- checkout - checkout