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.
1 parent 2bf6e0f commit dd935dbCopy full SHA for dd935db
.github/workflows/go-test.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: Git checkout
34
uses: actions/checkout@v2
35
- name: Set up Go
36
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v5
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