Skip to content

Commit

Permalink
chore: bump go version to 1.21 in CI
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Jan 10, 2024
1 parent 24a5208 commit fbb32a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v1
with:
go-version: "1.19"
go-version: "1.21"

- name: kcl Installation
run: go install kcl-lang.io/cli/cmd/kcl@main
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/install-kcl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: '3.9'
- uses: actions/setup-go@v1
with:
go-version: "1.19"
go-version: "1.21"

- name: Check Python Installation
run: python3 -m pip install kclvm --user -U && python3 -m kclvm ./static/stack/main.k
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
python-version: '3.9'
- uses: actions/setup-go@v1
with:
go-version: "1.19"
go-version: "1.21"

- name: Check Python Installation
run: python3 -m pip install kclvm --user -U && python3 -m kclvm ./static/stack/main.k
Expand All @@ -67,7 +67,7 @@ jobs:
check-windows:
strategy:
matrix:
goversion: ['1.19', '1.20']
goversion: ['1.20', '1.21']
pyversion: ['3.9', '3.10']
runs-on: windows-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-kusion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python-version: '3.9'
- uses: actions/setup-go@v1
with:
go-version: "1.19"
go-version: "1.21"

- name: Check Go Installation
working-directory: .
Expand Down

0 comments on commit fbb32a9

Please sign in to comment.