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 c135be9 commit fb8a83dCopy full SHA for fb8a83d
.github/workflows/linter.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
13
with:
14
go-version: 1.x
15
cache-dependency-path: "**/go.sum"
.github/workflows/tests.yml
@@ -39,7 +39,7 @@ jobs:
39
runs-on: ${{ matrix.platform }}
40
41
42
43
44
go-version: ${{ matrix.go-version }}
45
0 commit comments