Revert to Go1.13

This commit is contained in:
Hector Sanjuan 2020-04-02 16:48:52 +02:00
parent 65ad4bd632
commit 5bd6057bf9
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ os:
- linux
# - osx
go:
- '1.14.x'
- '1.13.x'
services:
- docker

View File

@ -1,4 +1,4 @@
FROM golang:1.14-stretch AS builder
FROM golang:1.13-stretch AS builder
MAINTAINER Hector Sanjuan <hector@protocol.ai>
# This dockerfile builds and runs ipfs-cluster-service.

View File

@ -1,4 +1,4 @@
FROM golang:1.14-stretch AS builder
FROM golang:1.13-stretch AS builder
MAINTAINER Hector Sanjuan <hector@protocol.ai>
# This dockerfile builds cluster and runs it along with go-ipfs.

View File

@ -1,4 +1,4 @@
FROM golang:1.14-stretch AS builder
FROM golang:1.13-stretch AS builder
MAINTAINER Hector Sanjuan <hector@protocol.ai>
# This build state just builds the cluster binaries

2
go.mod
View File

@ -77,4 +77,4 @@ require (
gonum.org/v1/plot v0.0.0-20190615073203-9aa86143727f
)
go 1.14
go 1.13