Skip to content

Commit 52566d1

Browse files
committed
bump go version for verify target
Signed-off-by: Anik Bhattacharjee <[email protected]>
1 parent a3e67af commit 52566d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-go@v2
1414
with:
15-
go-version: '~1.18'
15+
go-version: '~1.19'
1616

1717
# Note(tflannag): We need to explicitly setup the GOPATH as the generate-internal-groups.sh
1818
# codegen script still relies on $GOPATH being set and will return an error otherwise.

0 commit comments

Comments
 (0)