Skip to content

Commit

Permalink
ci: update go version to v1.22
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Jul 21, 2024
1 parent 0014b70 commit 7d4bb5e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1,040 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.21"
go-version: "1.22"

- 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 @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-go@v1
with:
go-version: "1.21"
go-version: "1.22"

- name: Check Go Installation
run: go install kcl-lang.io/cli/cmd/kcl@main && sudo $HOME/go/bin/kcl version && sudo $HOME/go/bin/kcl run ./examples/configuration/nginx.k
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/setup-go@v1
with:
go-version: "1.21"
go-version: "1.22"

- name: Check Go Installation
run: go install kcl-lang.io/cli/cmd/kcl@main && sudo $HOME/go/bin/kcl version && sudo $HOME/go/bin/kcl run ./examples/configuration/nginx.k
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: "1.21"
go-version: "1.22"

- name: Check Go Installation
run: go install kcl-lang.io/cli/cmd/kcl@main && C:\Users\runneradmin\go\bin\kcl.exe run ./examples/configuration/nginx.k
Expand Down
4 changes: 0 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,6 @@ const config = {
label: 'Github',
href: 'https://github.com/kcl-lang/kcl',
},
{
label: 'Gitee',
href: 'https://gitee.com/kusionstack/kcl',
},
{
label: 'Blog',
to: '/blog',
Expand Down
1,032 changes: 0 additions & 1,032 deletions static/img/docs/governance/intro/Kusion-CLI-Roadmap.svg

This file was deleted.

Binary file not shown.

0 comments on commit 7d4bb5e

Please sign in to comment.