update core Go version in go.mod to 1.21 (#495)

This commit is contained in:
Edward Newman
2024-11-28 11:13:36 -05:00
committed by GitHub
parent bc5cf811a0
commit b9a11e9fea
2 changed files with 7 additions and 1 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/fullstorydev/grpcurl
go 1.19
go 1.21
require (
github.com/golang/protobuf v1.5.4