Bump things to Go 1.13

This commit is contained in:
Hector Sanjuan 2019-10-04 19:27:02 +02:00
parent 582968f44e
commit 78c83f0bb5
5 changed files with 6 additions and 7 deletions

View File

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

View File

@ -1,4 +1,4 @@
FROM golang:1.12-stretch AS builder
FROM golang:1.13-stretch AS builder
MAINTAINER Hector Sanjuan <hector@protocol.ai>
# This dockerfile builds and runs ipfs-cluster-service.
@ -31,9 +31,6 @@ RUN apt-get update && apt-get install -y ca-certificates
FROM busybox:1-glibc
MAINTAINER Hector Sanjuan <hector@protocol.ai>
# This is the container which just puts the previously
# built binaries on the go-ipfs-container.
ENV GOPATH /go
ENV SRC_PATH /go/src/github.com/ipfs/ipfs-cluster
ENV IPFS_CLUSTER_PATH /data/ipfs-cluster

View File

@ -1,4 +1,4 @@
FROM golang:1.12-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.12-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

@ -105,3 +105,5 @@ require (
google.golang.org/grpc v1.23.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
go 1.13