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 558ed11 commit 0a7d42bCopy full SHA for 0a7d42b
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
strategy:
12
matrix:
13
- go: [ "1.24", "1.23" ]
+ go: [ "1.25", "1.23" ]
14
os: [ ubuntu-latest, ubuntu-24.04, ubuntu-22.04 ]
15
name: Tests Go ${{ matrix.go }} on ${{ matrix.os }} # This name is used in main branch protection rules
16
runs-on: ${{ matrix.os }}
@@ -101,7 +101,7 @@ jobs:
101
with:
102
go-version: stable
103
- name: golangci-lint
104
- uses: golangci/golangci-lint-action@v7
+ uses: golangci/golangci-lint-action@v8
105
106
version: latest
107
args: --timeout=3m
0 commit comments