chore: bump Go version to 1.18.5
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
Antonio Navarro Perez committed
Aug 23, 2022 at 10:10 UTC
ea9c22130bd579bb13d2c29e091be09441bd73bf
2 files changed
+6
-6
.circleci/main.yml
+5
-5
@@ -37,7 +37,7 @@ default_environment: &default_environment
37
executors:
38
golang:
39
docker:
40
- - image: cimg/go:1.18.3
40
+ - image: cimg/go:1.18.5
41
working_directory: ~/ipfs/kubo
42
environment:
43
<<: *default_environment
@@ -62,7 +62,7 @@ executors:
62
E2E_IPFSD_TYPE: go
63
dockerizer:
64
docker:
65
- - image: cimg/go:1.18.3
65
+ - image: cimg/go:1.18.5
66
environment:
67
IMAGE_NAME: ipfs/kubo
68
WIP_IMAGE_TAG: wip
@@ -156,8 +156,8 @@ jobs:
156
- run: sudo apt update
157
- run: |
158
mkdir ~/localgo && cd ~/localgo
159
- wget https://golang.org/dl/go1.18.3.linux-amd64.tar.gz
160
- tar xfz go1.18.3.linux-amd64.tar.gz
159
+ wget https://golang.org/dl/go1.18.5.linux-amd64.tar.gz
160
+ tar xfz go1.18.5.linux-amd64.tar.gz
161
echo "export PATH=$(pwd)/go/bin:\$PATH" >> ~/.bashrc
162
- run: go version
163
- run: sudo apt install socat net-tools
@@ -223,7 +223,7 @@ jobs:
223
- *store_gomod
224
interop:
225
docker:
226
- - image: cimg/go:1.18.3-node
226
+ - image: cimg/go:1.18.5-node
227
parallelism: 4
228
resource_class: large
229
steps:
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.18.3-buster
2
+FROM golang:1.18.5-buster
3
LABEL maintainer="Steven Allen <steven@stebalien.com>"
4
5
# Install deps