Skip to content

Commit 1fe8c5c

Browse files
authored
chore: add go1.24 to ci (#833)
1 parent 2769f09 commit 1fe8c5c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/go_test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- "1.21"
1616
- "1.22"
1717
- "1.23"
18+
- "1.24"
1819
name: lint and test
1920
runs-on: ubuntu-latest
2021
steps:
@@ -25,8 +26,8 @@
2526
with:
2627
go-version: ${{ matrix.go-version }}
2728
- name: golangci-lint
28-
uses: golangci/golangci-lint-action@v6.3.2
29+
uses: golangci/golangci-lint-action@v6.5.0
2930
with:
30-
version: v1.61.0
31+
version: v1.64.5
3132
- name: test
3233
run: make test_ci

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/golangci/golangci-lint
15-
rev: v1.61.0
15+
rev: v1.64.5
1616
hooks:
1717
- id: golangci-lint
1818
- repo: https://github.com/TekWizely/pre-commit-golang

0 commit comments

Comments
 (0)