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.
2 parents 94bb687 + 45aaa0e commit 596dafdCopy full SHA for 596dafd
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
9
name: lint
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
13
- uses: actions/setup-go@v6
14
with:
15
go-version-file: 'go.mod'
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
if: github.triggering_actor == 'samber'
16
17
18
- name: Set up Go
19
uses: actions/setup-go@v6
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
- "1.26"
22
- "stable"
23
24
25
26
27
0 commit comments