File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ default_environment: &default_environment
36
36
executors :
37
37
golang :
38
38
docker :
39
- - image : cimg/go:1.18
39
+ - image : cimg/go:1.17.8
40
40
working_directory : ~/ipfs/go-ipfs
41
41
environment :
42
42
<< : *default_environment
@@ -61,7 +61,7 @@ executors:
61
61
E2E_IPFSD_TYPE : go
62
62
dockerizer :
63
63
docker :
64
- - image : cimg/go:1.18
64
+ - image : cimg/go:1.17.8
65
65
environment :
66
66
IMAGE_NAME : ipfs/go-ipfs
67
67
WIP_IMAGE_TAG : wip
@@ -161,8 +161,8 @@ jobs:
161
161
- run : sudo apt update
162
162
- run : |
163
163
mkdir ~/localgo && cd ~/localgo
164
- wget https://golang.org/dl/go1.18 .linux-amd64.tar.gz
165
- tar xfz go1.18 .linux-amd64.tar.gz
164
+ wget https://golang.org/dl/go1.17.8 .linux-amd64.tar.gz
165
+ tar xfz go1.17.8 .linux-amd64.tar.gz
166
166
echo "export PATH=$(pwd)/go/bin:\$PATH" >> ~/.bashrc
167
167
- run : go version
168
168
- run : sudo apt install socat net-tools
@@ -228,7 +228,7 @@ jobs:
228
228
- *store_gomod
229
229
interop :
230
230
docker :
231
- - image : cimg/go:1.18 -node
231
+ - image : cimg/go:1.17.8 -node
232
232
parallelism : 4
233
233
resource_class : large
234
234
steps :
Original file line number Diff line number Diff line change 1
1
# Note: when updating the go minor version here, also update the go-channel in snap/snapcraft.yml
2
- FROM golang:1.18 -buster
2
+ FROM golang:1.17.8 -buster
3
3
LABEL maintainer=
"Steven Allen <[email protected] >"
4
4
5
5
# Install deps
Original file line number Diff line number Diff line change 29
29
source-tag : master
30
30
plugin : go
31
31
# keep me up to date with the go version that go-ipfs expects to be built with.
32
- go-channel : 1.18 /stable
32
+ go-channel : 1.17 /stable
33
33
go-importpath : github.com/ipfs/go-ipfs
34
34
build-packages :
35
35
- build-essential
You can’t perform that action at this time.
0 commit comments