Skip to content

Commit 920113a

Browse files
authored
Merge pull request #228 from kcl-lang/dependabot/github_actions/actions/setup-go-6
chore(deps): bump actions/setup-go from 5 to 6
2 parents caf1f99 + fd441db commit 920113a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Git checkout
3434
uses: actions/checkout@v4
3535
- name: Set up Go
36-
uses: actions/setup-go@v5
36+
uses: actions/setup-go@v6
3737
with:
3838
go-version: 1.23
3939
- name: Go code test

.github/workflows/wasm-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
override: true
4040
components: clippy, rustfmt
4141
- name: Setup Go
42-
uses: actions/setup-go@v5
42+
uses: actions/setup-go@v6
4343
with:
4444
go-version: 1.22
4545

0 commit comments

Comments
 (0)