use golang 1.17.3 to fix xray issue (#1)

This commit is contained in:
Umer Anwar 2021-11-08 16:02:43 -05:00 committed by GitHub
parent 8ee6c9423b
commit 5a1180bb14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
# create non-privileged group and user

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/fullstorydev/grpcurl
go 1.15
go 1.17
require (
cloud.google.com/go v0.56.0 // indirect