Skip to content

Commit

Permalink
fix: wrong go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Peefy committed Aug 17, 2023
1 parent ae18b58 commit 7fe579c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-kcl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
check-windows:
strategy:
matrix:
goversion: [1.17, 1.18]
goversion: [1.19, 1.20]
pyversion: ['3.9', '3.10']
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 7fe579c

Please sign in to comment.