mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
chore: bump Go version to 1.16.11
This commit is contained in:
parent
007921b900
commit
949ebe3ddf
@ -36,7 +36,7 @@ default_environment: &default_environment
|
||||
executors:
|
||||
golang:
|
||||
docker:
|
||||
- image: cimg/go:1.16.7
|
||||
- image: cimg/go:1.16.11
|
||||
working_directory: ~/ipfs/go-ipfs
|
||||
environment:
|
||||
<<: *default_environment
|
||||
@ -61,7 +61,7 @@ executors:
|
||||
E2E_IPFSD_TYPE: go
|
||||
dockerizer:
|
||||
docker:
|
||||
- image: cimg/go:1.16.7
|
||||
- image: cimg/go:1.16.11
|
||||
environment:
|
||||
IMAGE_NAME: ipfs/go-ipfs
|
||||
WIP_IMAGE_TAG: wip
|
||||
@ -150,8 +150,8 @@ jobs:
|
||||
- run: sudo apt update
|
||||
- run: |
|
||||
mkdir ~/localgo && cd ~/localgo
|
||||
wget https://golang.org/dl/go1.16.7.linux-amd64.tar.gz
|
||||
tar xfz go1.16.7.linux-amd64.tar.gz
|
||||
wget https://golang.org/dl/go1.16.11.linux-amd64.tar.gz
|
||||
tar xfz go1.16.11.linux-amd64.tar.gz
|
||||
echo "export PATH=$(pwd)/go/bin:\$PATH" >> ~/.bashrc
|
||||
- run: go version
|
||||
- run: sudo apt install socat net-tools
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# Note: when updating the go minor version here, also update the go-channel in snap/snapcraft.yml
|
||||
FROM golang:1.16.7-buster
|
||||
FROM golang:1.16.11-buster
|
||||
LABEL maintainer="Steven Allen <steven@stebalien.com>"
|
||||
|
||||
# Install deps
|
||||
|
||||
Loading…
Reference in New Issue
Block a user