We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2769f09 commit 1fe8c5cCopy full SHA for 1fe8c5c
.github/workflows/go_test.yml
@@ -15,6 +15,7 @@
15
- "1.21"
16
- "1.22"
17
- "1.23"
18
+ - "1.24"
19
name: lint and test
20
runs-on: ubuntu-latest
21
steps:
@@ -25,8 +26,8 @@
25
26
with:
27
go-version: ${{ matrix.go-version }}
28
- name: golangci-lint
- uses: golangci/golangci-lint-action@v6.3.2
29
+ uses: golangci/golangci-lint-action@v6.5.0
30
- version: v1.61.0
31
+ version: v1.64.5
32
- name: test
33
run: make test_ci
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: end-of-file-fixer
13
- id: trailing-whitespace
14
- repo: https://github.com/golangci/golangci-lint
- rev: v1.61.0
+ rev: v1.64.5
hooks:
- id: golangci-lint
- repo: https://github.com/TekWizely/pre-commit-golang
0 commit comments