Skip to content

Commit dd935db

Browse files
chore(deps): bump actions/setup-go from 2 to 5 (#181)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2bf6e0f commit dd935db

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@v2
3535
- name: Set up Go
36-
uses: actions/setup-go@v2
36+
uses: actions/setup-go@v5
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@v2
42+
uses: actions/setup-go@v5
4343
with:
4444
go-version: 1.22
4545

0 commit comments

Comments
 (0)