We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d102f0 + d667cca commit 8019346Copy full SHA for 8019346
.ci/golint.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golangci/golangci-lint:v1.60.1
+FROM golangci/golangci-lint:v1.60.3
2
3
RUN apt-get update \
4
&& apt-get install -y -q --no-install-recommends \
.golangci.yaml
@@ -10,6 +10,10 @@ issues:
10
linters:
11
- thelper
12
13
+ - text: "G115.*"
14
+ linters:
15
+ - gosec
16
+
17
linters-settings:
18
depguard:
19
rules:
CHANGELOG.md
@@ -2,7 +2,7 @@
## Unreleased
5
-- Upgrades `golangci-lint` to `v1.60.1`.
+- Upgrades `golangci-lint` to `v1.60.3`.
6
7
## v0.51.0
8
0 commit comments