We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8e6015 + 02d1dd3 commit 4d542f3Copy full SHA for 4d542f3
.github/workflows/lint.yml
@@ -20,7 +20,7 @@ jobs:
20
go: ["1.23", "1.24"]
21
runs-on: ubuntu-latest
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
24
with:
25
fetch-depth: '0'
26
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
continue-on-error: true
27
- uses: actions/setup-go@v5
28
29
go-version: ${{ matrix.go }}
0 commit comments