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 51c0b76 commit bb038ffCopy full SHA for bb038ff
.github/workflows/go-coverage.yml
@@ -30,7 +30,7 @@ jobs:
30
fetch-depth: 0
31
32
- name: Set up Go
33
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
34
with:
35
go-version: ${{ matrix.go }}
36
.github/workflows/go-lint.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v5
26
27
28
29
check-latest: false
.github/workflows/go-test.yml
0 commit comments