Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade to go 1.14.2
Browse files Browse the repository at this point in the history
RubenKelevra committed Apr 9, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6cb3ca4 commit d134572
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ default_environment: &default_environment
executors:
golang:
docker:
- image: circleci/golang:1.13.8
- image: circleci/golang:1.14.2
working_directory: ~/ipfs/go-ipfs
environment:
<<: *default_environment
@@ -60,7 +60,7 @@ executors:
E2E_IPFSD_TYPE: go
dockerizer:
docker:
- image: circleci/golang:1.13.8
- image: circleci/golang:1.14.2
environment:
IMAGE_NAME: ipfs/go-ipfs
WIP_IMAGE_TAG: wip
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.8-buster
FROM golang:1.14.2-buster
LABEL maintainer="Steven Allen <steven@stebalien.com>"

# Install deps
2 changes: 1 addition & 1 deletion mk/golang.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# golang utilities
GO_MIN_VERSION = 1.13.8
GO_MIN_VERSION = 1.14.2
export GO111MODULE=on


0 comments on commit d134572

Please sign in to comment.