Update go version to 1.15

This commit is contained in:
Sunil Thorat 2021-07-14 15:56:45 +05:30
parent 7eb86402f0
commit c6bdbd472f
No known key found for this signature in database
GPG Key ID: ACBC1C7A5073879D
3 changed files with 2 additions and 4 deletions

View File

@ -17,8 +17,6 @@ matrix:
env: GO111MODULE=on env: GO111MODULE=on
- go: 1.15.x - go: 1.15.x
env: GO111MODULE=on env: GO111MODULE=on
- go: 1.16.x
env: GO111MODULE=on
- go: tip - go: tip
env: GO111MODULE=on env: GO111MODULE=on

View File

@ -1,4 +1,4 @@
FROM golang:1.16-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

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/fullstorydev/grpcurl module github.com/fullstorydev/grpcurl
go 1.13 go 1.15
require ( require (
github.com/golang/protobuf v1.4.2 github.com/golang/protobuf v1.4.2