We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b384e5 commit 6b61cd0Copy full SHA for 6b61cd0
.github/workflows/publish.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Set up Go 1.22
12
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
13
with:
14
go-version: 1.22
15
.github/workflows/test.yaml
@@ -6,7 +6,7 @@ jobs:
6
7
8
- name: Set up Go 1.22.0
go-version: 1.22.0
0 commit comments