File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ default_environment: &default_environment
33
33
executors :
34
34
golang :
35
35
docker :
36
- - image : cimg/go:1.16.4
36
+ - image : cimg/go:1.16.6
37
37
working_directory : ~/ipfs/go-ipfs
38
38
environment :
39
39
<< : *default_environment
@@ -60,7 +60,7 @@ executors:
60
60
E2E_IPFSD_TYPE : go
61
61
dockerizer :
62
62
docker :
63
- - image : cimg/go:1.16.4
63
+ - image : cimg/go:1.16.6
64
64
environment :
65
65
IMAGE_NAME : ipfs/go-ipfs
66
66
WIP_IMAGE_TAG : wip
@@ -132,7 +132,7 @@ jobs:
132
132
- run : sudo apt update
133
133
- run : |
134
134
mkdir ~/localgo && cd ~/localgo
135
- wget https://golang.org/dl/go1.16.4 .linux-amd64.tar.gz
135
+ wget https://golang.org/dl/go1.16.6 .linux-amd64.tar.gz
136
136
tar xfz go1.16.4.linux-amd64.tar.gz
137
137
echo "export PATH=$(pwd)/go/bin:$PATH" >> $BASH_ENV
138
138
- run : go version
You can’t perform that action at this time.
0 commit comments