Skip to content

Commit

Permalink
ci: correct deprecated Go version in deprecated-windows-tests (#1799)
Browse files Browse the repository at this point in the history
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 <engzerjun@gmail.com>

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
  • Loading branch information
Juneezee committed Aug 11, 2022
1 parent dc0fa5c commit 32e6b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -77,7 +77,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
go-version: [1.19, 1.16, 1.15]
go-version: [1.17, 1.16, 1.15]
env:
EACHMODULE_SKIP: "internal\\repotools\\changes"
steps:
Expand Down

0 comments on commit 32e6b0a

Please sign in to comment.