Skip to content

Commit 6355601

Browse files
authored
chore: go1.19 (#126)
1 parent 8055161 commit 6355601

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/setup-go@v4
1616
with:
17-
go-version: 1.18.10
17+
go-version: ~1.19
1818
- uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module golang.stackrox.io/grpc-http1
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/golang/glog v1.1.0

0 commit comments

Comments
 (0)