use golang 1.17.3 to fix xray issue

This commit is contained in:
umer 2021-11-08 12:54:17 -05:00
parent 8ee6c9423b
commit 17e15e7d7a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.15-alpine as builder FROM golang:1.17.3-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.15 go 1.17
require ( require (
cloud.google.com/go v0.56.0 // indirect cloud.google.com/go v0.56.0 // indirect