Skip to content

Commit 0a7d42b

Browse files
committed
golangci-lint-action v8
1 parent 558ed11 commit 0a7d42b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
go: [ "1.24", "1.23" ]
13+
go: [ "1.25", "1.23" ]
1414
os: [ ubuntu-latest, ubuntu-24.04, ubuntu-22.04 ]
1515
name: Tests Go ${{ matrix.go }} on ${{ matrix.os }} # This name is used in main branch protection rules
1616
runs-on: ${{ matrix.os }}
@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
go-version: stable
103103
- name: golangci-lint
104-
uses: golangci/golangci-lint-action@v7
104+
uses: golangci/golangci-lint-action@v8
105105
with:
106106
version: latest
107107
args: --timeout=3m

0 commit comments

Comments
 (0)