We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f620b8 commit 037c18aCopy full SHA for 037c18a
.github/workflows/golangci-lint.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: golangci-lint
24
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 #[email protected]
25
with:
26
- version: v1.58
+ version: v1.62
.golangci.yml
@@ -42,4 +42,4 @@ issues:
42
text: "redefines-builtin-id: redefinition of the built-in function min"
43
- linters:
44
- revive
45
- text: "redefines-builtin-id: redefinition of the built-in function new"
+ text: "redefines-builtin-id: redefinition of the built-in function new"
0 commit comments