mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
update Go to 1.16.4 on CircleCI
This commit is contained in:
parent
3638520c8b
commit
339fb46ef5
@ -33,7 +33,7 @@ default_environment: &default_environment
|
||||
executors:
|
||||
golang:
|
||||
docker:
|
||||
- image: circleci/golang:1.15.2
|
||||
- image: cimg/go:1.16.4
|
||||
working_directory: ~/ipfs/go-ipfs
|
||||
environment:
|
||||
<<: *default_environment
|
||||
@ -60,7 +60,7 @@ executors:
|
||||
E2E_IPFSD_TYPE: go
|
||||
dockerizer:
|
||||
docker:
|
||||
- image: circleci/golang:1.15.2
|
||||
- image: cimg/go:1.16.4
|
||||
environment:
|
||||
IMAGE_NAME: ipfs/go-ipfs
|
||||
WIP_IMAGE_TAG: wip
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# Note: when updating the go minor version here, also update the go-channel in snap/snapcraft.yml
|
||||
FROM golang:1.15.2-buster
|
||||
FROM golang:1.16.3-buster
|
||||
LABEL maintainer="Steven Allen <steven@stebalien.com>"
|
||||
|
||||
# Install deps
|
||||
|
||||
Loading…
Reference in New Issue
Block a user