update Go to 1.16.4 on CircleCI

This commit is contained in:
Marten Seemann 2021-05-14 14:45:04 -07:00
parent 3638520c8b
commit 339fb46ef5
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ default_environment: &default_environment
executors:
golang:
docker:
- image: circleci/golang:1.15.2
- image: cimg/go:1.16.4
working_directory: ~/ipfs/go-ipfs
environment:
<<: *default_environment
@ -60,7 +60,7 @@ executors:
E2E_IPFSD_TYPE: go
dockerizer:
docker:
- image: circleci/golang:1.15.2
- image: cimg/go:1.16.4
environment:
IMAGE_NAME: ipfs/go-ipfs
WIP_IMAGE_TAG: wip

View File

@ -1,5 +1,5 @@
# Note: when updating the go minor version here, also update the go-channel in snap/snapcraft.yml
FROM golang:1.15.2-buster
FROM golang:1.16.3-buster
LABEL maintainer="Steven Allen <steven@stebalien.com>"
# Install deps