bump golang to 1.14

This commit is contained in:
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
go:
- 1.13.x
- 1.14.x
services:
- docker
script:

View File

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

View File

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

2
go.mod
View File

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