Use Go 1.16.7
Gus Eggert committed
Aug 17, 2021 at 12:20 UTC
70b3882e5a9a2d7ec120c60b666f16679b264ca3
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: cimg/go:1.16.6
36
+ - image: cimg/go:1.16.7
37
working_directory: ~/ipfs/go-ipfs
38
environment:
39
<<: *default_environment
@@ -58,7 +58,7 @@ executors:
58
E2E_IPFSD_TYPE: go
59
dockerizer:
60
docker:
61
- - image: cimg/go:1.16.6
61
+ - image: cimg/go:1.16.7
62
environment:
63
IMAGE_NAME: ipfs/go-ipfs
64
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.16.6-buster
2
+FROM golang:1.16.7-buster
3
LABEL maintainer="Steven Allen <steven@stebalien.com>"
4
5
# Install deps