We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8055161 commit 6355601Copy full SHA for 6355601
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/setup-go@v4
16
with:
17
- go-version: 1.18.10
+ go-version: ~1.19
18
- uses: actions/checkout@v3
19
20
fetch-depth: 1
go.mod
@@ -1,6 +1,6 @@
1
module golang.stackrox.io/grpc-http1
2
3
-go 1.18
+go 1.19
4
5
require (
6
github.com/golang/glog v1.1.0
0 commit comments