mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-22 19:51:44 +03:00
Upgrade to using golang 1.15 to build (#240)
This commit is contained in:
@@ -15,6 +15,8 @@ matrix:
|
|||||||
- VET=1
|
- VET=1
|
||||||
- go: 1.14.x
|
- go: 1.14.x
|
||||||
env: GO111MODULE=on
|
env: GO111MODULE=on
|
||||||
|
- go: 1.15.x
|
||||||
|
env: GO111MODULE=on
|
||||||
- go: tip
|
- go: tip
|
||||||
env: GO111MODULE=on
|
env: GO111MODULE=on
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.13-alpine as builder
|
FROM golang:1.15-alpine as builder
|
||||||
MAINTAINER FullStory Engineering
|
MAINTAINER FullStory Engineering
|
||||||
|
|
||||||
# create non-privileged group and user
|
# create non-privileged group and user
|
||||||
|
|||||||
Reference in New Issue
Block a user