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 37a5553 commit 8827702Copy full SHA for 8827702
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Set up Go
22
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
23
with:
24
go-version-file: go.mod
25
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
@@ -213,7 +213,7 @@ jobs:
213
214
215
216
217
218
go-version: ${{ matrix.go }}
219
0 commit comments