@cryptotaxi247 / kubo / commits / d7b60d44f

build: update to Go 1.16.15

Adin Schmahmann committed Apr 8, 2022 at 14:17 UTC d7b60d44fd86937e69faade9c01760354b7b8be7
2 files changed +5 -5
.circleci/main.yml
+4 -4
@@ -36,7 +36,7 @@ default_environment: &default_environment
36 executors:
37 golang:
38 docker:
39 - - image: cimg/go:1.16.12
39 + - image: cimg/go:1.16.15
40 working_directory: ~/ipfs/go-ipfs
41 environment:
42 <<: *default_environment
@@ -61,7 +61,7 @@ executors:
61 E2E_IPFSD_TYPE: go
62 dockerizer:
63 docker:
64 - - image: cimg/go:1.16.12
64 + - image: cimg/go:1.16.15
65 environment:
66 IMAGE_NAME: ipfs/go-ipfs
67 WIP_IMAGE_TAG: wip
@@ -150,8 +150,8 @@ jobs:
150 - run: sudo apt update
151 - run: |
152 mkdir ~/localgo && cd ~/localgo
153 - wget https://golang.org/dl/go1.16.12.linux-amd64.tar.gz
154 - tar xfz go1.16.12.linux-amd64.tar.gz
153 + wget https://golang.org/dl/go1.16.15.linux-amd64.tar.gz
154 + tar xfz go1.16.15.linux-amd64.tar.gz
155 echo "export PATH=$(pwd)/go/bin:\$PATH" >> ~/.bashrc
156 - run: go version
157 - run: sudo apt install socat net-tools
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.16.12-buster
2 +FROM golang:1.16.15-buster
3 LABEL maintainer="Steven Allen <steven@stebalien.com>"
4
5 # Install deps