bump golang to 1.14

pull/648/head
ffdfgdfg 2020-10-05 20:19:35 +08:00
parent 40bc744ea6
commit bc60a0f184
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
language: go language: go
go: go:
- 1.13.x - 1.14.x
services: services:
- docker - docker
script: script:

View File

@ -1,4 +1,4 @@
FROM golang:1.13 as builder FROM golang:1.14 as builder
ARG GOPROXY=direct ARG GOPROXY=direct
WORKDIR /go/src/ehang.io/nps WORKDIR /go/src/ehang.io/nps
COPY . . COPY . .

View File

@ -1,4 +1,4 @@
FROM golang:1.13 as builder FROM golang:1.14 as builder
ARG GOPROXY=direct ARG GOPROXY=direct
WORKDIR /go/src/ehang.io/nps WORKDIR /go/src/ehang.io/nps
COPY . . COPY . .

2
go.mod
View File

@ -1,6 +1,6 @@
module ehang.io/nps module ehang.io/nps
go 1.13 go 1.14
require ( require (
ehang.io/nps-mux v0.0.0-20200617154922-5dc86cc6082a ehang.io/nps-mux v0.0.0-20200617154922-5dc86cc6082a