Skip to content

Commit

Permalink
upgrade to go 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenKelevra committed Apr 9, 2020
1 parent 6cb3ca4 commit cc0773e
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand All @@ -60,7 +60,7 @@ executors:
E2E_IPFSD_TYPE: go
dockerizer:
docker:
- image: circleci/golang:1.13.8
- image: circleci/golang:1.14.3
environment:
IMAGE_NAME: ipfs/go-ipfs
WIP_IMAGE_TAG: wip
Expand Down
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
Expand Down
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


Expand Down

0 comments on commit cc0773e

Please sign in to comment.