Skip to content

Commit 24584b2

Browse files
committed
ci: update golangci-lint from v1.61.0 to v2.11.4 and Go from 1.23.1 to 1.25
1 parent 67b856a commit 24584b2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-go.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
name: test
1212
runs-on: ${{ matrix.os }}
1313
env:
14-
GO_VERSION: 1.23.1
15-
GOLANGCI_LINT_VERSION: v1.61.0
14+
GO_VERSION: 1.25
15+
GOLANGCI_LINT_VERSION: v2.11.4
1616
# YAEGI_VERSION: v0.16.1
1717
# YAEGI_UNSAFE: 1
1818
CGO_ENABLED: 0
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
go-version: [1.23.1, 1.x]
25+
go-version: [1.25, 1.x]
2626
os: [ubuntu-latest, macos-latest]
2727

2828
steps:

0 commit comments

Comments
 (0)