@cryptotaxi247 / kubo / commits / 9db6641ef

chore: bump Go to 1.18.3 (#9021)

Adin Schmahmann committed Jun 8, 2022 at 15:33 UTC 9db6641efd46f48a3596409009f8001bad4d5917
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.1
40 + - image: cimg/go:1.18.3
41 working_directory: ~/ipfs/go-ipfs
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.1
65 + - image: cimg/go:1.18.3
66 environment:
67 IMAGE_NAME: ipfs/go-ipfs
68 WIP_IMAGE_TAG: wip
@@ -162,8 +162,8 @@ jobs:
162 - run: sudo apt update
163 - run: |
164 mkdir ~/localgo && cd ~/localgo
165 - wget https://golang.org/dl/go1.18.1.linux-amd64.tar.gz
166 - tar xfz go1.18.1.linux-amd64.tar.gz
165 + wget https://golang.org/dl/go1.18.3.linux-amd64.tar.gz
166 + tar xfz go1.18.3.linux-amd64.tar.gz
167 echo "export PATH=$(pwd)/go/bin:\$PATH" >> ~/.bashrc
168 - run: go version
169 - run: sudo apt install socat net-tools
@@ -229,7 +229,7 @@ jobs:
229 - *store_gomod
230 interop:
231 docker:
232 - - image: cimg/go:1.18.1-node
232 + - image: cimg/go:1.18.3-node
233 parallelism: 4
234 resource_class: large
235 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.1-buster
2 +FROM golang:1.18.3-buster
3 LABEL maintainer="Steven Allen <steven@stebalien.com>"
4
5 # Install deps