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 09e4145 commit e4c4f01Copy full SHA for e4c4f01
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v5
26
with:
27
fetch-depth: 0
28
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
29
30
go-version: ${{ matrix.go-version }}
31
- run: make setup ci
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
18
19
20
go-version: ~1.19
21
cache: true
0 commit comments