update Go to 1.16.4 on CircleCI
Marten Seemann committed
May 14, 2021 at 14:45 UTC
339fb46ef5efbe4912d2c67965b0e9f76a7ccd11
2 files changed
+3
-3
.circleci/config.yml
+2
-2
@@ -33,7 +33,7 @@ default_environment: &default_environment
33
executors:
34
golang:
35
docker:
36
- - image: circleci/golang:1.15.2
36
+ - image: cimg/go:1.16.4
37
working_directory: ~/ipfs/go-ipfs
38
environment:
39
<<: *default_environment
@@ -60,7 +60,7 @@ executors:
60
E2E_IPFSD_TYPE: go
61
dockerizer:
62
docker:
63
- - image: circleci/golang:1.15.2
63
+ - image: cimg/go:1.16.4
64
environment:
65
IMAGE_NAME: ipfs/go-ipfs
66
WIP_IMAGE_TAG: wip
Dockerfile
+1
-1
@@ -1,5 +1,5 @@
1
# Note: when updating the go minor version here, also update the go-channel in snap/snapcraft.yml
2
-FROM golang:1.15.2-buster
2
+FROM golang:1.16.3-buster
3
LABEL maintainer="Steven Allen <steven@stebalien.com>"
4
5
# Install deps