Skip to content

Commit 32e6b0a

Browse files
authored
ci: correct deprecated Go version in deprecated-windows-tests (#1799)
A small typo in go-version of deprecated-windows-tests, it should be 1.17, not 1.19. Fixes: 72cfbc9 ("Update CI to include Go1.19") Signed-off-by: Eng Zer Jun <[email protected]> Signed-off-by: Eng Zer Jun <[email protected]>
1 parent dc0fa5c commit 32e6b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
matrix:
7979
os: [windows-latest]
80-
go-version: [1.19, 1.16, 1.15]
80+
go-version: [1.17, 1.16, 1.15]
8181
env:
8282
EACHMODULE_SKIP: "internal\\repotools\\changes"
8383
steps:

0 commit comments

Comments
 (0)