We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents caf1f99 + fd441db commit 920113aCopy full SHA for 920113a
.github/workflows/go-test.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: Git checkout
34
uses: actions/checkout@v4
35
- name: Set up Go
36
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
37
with:
38
go-version: 1.23
39
- name: Go code test
.github/workflows/wasm-test.yaml
@@ -39,7 +39,7 @@ jobs:
override: true
40
components: clippy, rustfmt
41
- name: Setup Go
42
43
44
go-version: 1.22
45
0 commit comments