Skip to content

Commit 3840b84

Browse files
committed
chore: update linter, and Go
1 parent 43995b0 commit 3840b84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
env:
1616
GO_VERSION: stable
17-
GOLANGCI_LINT_VERSION: v1.63.4
17+
GOLANGCI_LINT_VERSION: v1.64.8
1818
CGO_ENABLED: 0
1919

2020
steps:

Diff for: .golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
linters:
22
enable-all: true
33
disable:
4-
- exportloopref # deprecated
4+
- tenv # deprecated
55
- cyclop # duplicate of gocyclo
66
- sqlclosecheck # not relevant (SQL)
77
- rowserrcheck # not relevant (SQL)

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/golangci/revgrep
22

3-
go 1.21
3+
go 1.23.0

0 commit comments

Comments
 (0)