chore: bump Go version to 1.16.11

This commit is contained in:
Adin Schmahmann 2021-12-09 11:02:28 -05:00
parent 007921b900
commit 949ebe3ddf
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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