mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-02 04:00:42 +00:00
bump golang to 1.14
This commit is contained in:
parent
40bc744ea6
commit
bc60a0f184
@ -1,7 +1,7 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.13.x
|
- 1.14.x
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
script:
|
script:
|
||||||
|
@ -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 . .
|
||||||
|
@ -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 . .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user