Commit dba13955 authored by Steven Allen's avatar Steven Allen

chore(build): switch to go 1.13

parent 57a7f091
...@@ -28,7 +28,7 @@ default_environment: &default_environment ...@@ -28,7 +28,7 @@ default_environment: &default_environment
executors: executors:
golang: golang:
docker: docker:
- image: circleci/golang:1.12 - image: circleci/golang:1.13
working_directory: ~/ipfs/go-ipfs working_directory: ~/ipfs/go-ipfs
environment: environment:
<<: *default_environment <<: *default_environment
......
FROM golang:1.12.9-buster FROM golang:1.13.4-buster
LABEL maintainer="Steven Allen <steven@stebalien.com>" LABEL maintainer="Steven Allen <steven@stebalien.com>"
ENV SRC_DIR /go-ipfs ENV SRC_DIR /go-ipfs
......
...@@ -149,7 +149,7 @@ PS> scoop install go-ipfs ...@@ -149,7 +149,7 @@ PS> scoop install go-ipfs
### Build from Source ### Build from Source
go-ipfs's build system requires Go 1.12 and some standard POSIX build tools: go-ipfs's build system requires Go 1.13 and some standard POSIX build tools:
* GNU make * GNU make
* Git * Git
......
...@@ -107,4 +107,4 @@ require ( ...@@ -107,4 +107,4 @@ require (
gopkg.in/cheggaaa/pb.v1 v1.0.28 gopkg.in/cheggaaa/pb.v1 v1.0.28
) )
go 1.12 go 1.13
# golang utilities # golang utilities
GO_MIN_VERSION = 1.12 GO_MIN_VERSION = 1.13
export GO111MODULE=on export GO111MODULE=on
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment