mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 03:17:43 +08:00
chore: bump Go version to 1.18.5
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
This commit is contained in:
parent
199fa47e51
commit
ea9c22130b
@ -37,7 +37,7 @@ default_environment: &default_environment
|
||||
executors:
|
||||
golang:
|
||||
docker:
|
||||
- image: cimg/go:1.18.3
|
||||
- image: cimg/go:1.18.5
|
||||
working_directory: ~/ipfs/kubo
|
||||
environment:
|
||||
<<: *default_environment
|
||||
@ -62,7 +62,7 @@ executors:
|
||||
E2E_IPFSD_TYPE: go
|
||||
dockerizer:
|
||||
docker:
|
||||
- image: cimg/go:1.18.3
|
||||
- image: cimg/go:1.18.5
|
||||
environment:
|
||||
IMAGE_NAME: ipfs/kubo
|
||||
WIP_IMAGE_TAG: wip
|
||||
@ -156,8 +156,8 @@ jobs:
|
||||
- run: sudo apt update
|
||||
- run: |
|
||||
mkdir ~/localgo && cd ~/localgo
|
||||
wget https://golang.org/dl/go1.18.3.linux-amd64.tar.gz
|
||||
tar xfz go1.18.3.linux-amd64.tar.gz
|
||||
wget https://golang.org/dl/go1.18.5.linux-amd64.tar.gz
|
||||
tar xfz go1.18.5.linux-amd64.tar.gz
|
||||
echo "export PATH=$(pwd)/go/bin:\$PATH" >> ~/.bashrc
|
||||
- run: go version
|
||||
- run: sudo apt install socat net-tools
|
||||
@ -223,7 +223,7 @@ jobs:
|
||||
- *store_gomod
|
||||
interop:
|
||||
docker:
|
||||
- image: cimg/go:1.18.3-node
|
||||
- image: cimg/go:1.18.5-node
|
||||
parallelism: 4
|
||||
resource_class: large
|
||||
steps:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# Note: when updating the go minor version here, also update the go-channel in snap/snapcraft.yml
|
||||
FROM golang:1.18.3-buster
|
||||
FROM golang:1.18.5-buster
|
||||
LABEL maintainer="Steven Allen <steven@stebalien.com>"
|
||||
|
||||
# Install deps
|
||||
|
||||
Loading…
Reference in New Issue
Block a user