Update to go-1.11

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
This commit is contained in:
Hector Sanjuan 2018-09-28 21:27:53 +02:00
parent 2d310455be
commit b27ae72ef0
5 changed files with 5 additions and 6 deletions

View File

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

View File

@ -1,4 +1,4 @@
FROM golang:1.10-stretch AS builder
FROM golang:1.11-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.10-stretch AS builder
FROM golang:1.11-stretch AS builder
MAINTAINER Hector Sanjuan <hector@protocol.ai>
# This build state just builds the cluster binaries

View File

@ -4,8 +4,7 @@
"url": "https://github.com/ipfs/ipfs-cluster"
},
"gx": {
"dvcsimport": "github.com/ipfs/ipfs-cluster",
"goversion": "1.10"
"dvcsimport": "github.com/ipfs/ipfs-cluster"
},
"gxDependencies": [
{

View File

@ -33,4 +33,4 @@ parts:
done
after: [go]
go:
source-tag: go1.9.2
source-tag: go1.11