mirror of https://github.com/qwqdanchun/nps.git
bump golang to 1.14
This commit is contained in:
parent
40bc744ea6
commit
bc60a0f184
|
@ -1,7 +1,7 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.13.x
|
||||
- 1.14.x
|
||||
services:
|
||||
- docker
|
||||
script:
|
||||
|
|
|
@ -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 . .
|
||||
|
|
|
@ -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 . .
|
||||
|
|
Loading…
Reference in New Issue