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 f566990 commit 9b4cd0fCopy full SHA for 9b4cd0f
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
timeout-minutes: 5
20
steps:
21
- uses: actions/checkout@v4
22
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
23
with:
24
go-version-file: 'go.mod'
25
cache: true
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ubuntu-latest
36
37
38
39
40
go-version-file: 'tools/go.mod'
41
@@ -101,7 +101,7 @@ jobs:
101
- '8.10.3'
102
103
104
105
106
107
0 commit comments