Skip to content

Commit 97444fa

Browse files
committed
Bump everything to support new go
1 parent f51eaa5 commit 97444fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
go-version: [1.24.x]
9+
go-version: [1.25.x, 1.26.x]
1010
os: [ubuntu-latest, macos-latest]
1111
runs-on: ${{ matrix.os }}
1212
steps:

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: golangci-lint
1919
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
2020
with:
21-
version: v2.1.0
21+
version: v2.10.1

0 commit comments

Comments
 (0)