Skip to content

Commit 037c18a

Browse files
committed
Update golangci-lint version
Signed-off-by: Matt Farina <[email protected]> (cherry picked from commit 66f84e5)
1 parent 9f620b8 commit 037c18a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 #[email protected]
2525
with:
26-
version: v1.58
26+
version: v1.62

.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ issues:
4242
text: "redefines-builtin-id: redefinition of the built-in function min"
4343
- linters:
4444
- revive
45-
text: "redefines-builtin-id: redefinition of the built-in function new"
45+
text: "redefines-builtin-id: redefinition of the built-in function new"

0 commit comments

Comments
 (0)