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.
1 parent 79fb60d commit 1f0ef15Copy full SHA for 1f0ef15
.tool-versions
@@ -1,6 +1,6 @@
1
earthly 0.8.15
2
golang 1.23.4
3
-golangci-lint 1.62.2
+golangci-lint 1.63.4
4
helm 3.16.3
5
helm-cr 1.6.1
6
helm-ct 3.11.0
Earthfile
@@ -171,7 +171,7 @@ golang-ci-lint:
171
WORKDIR /src
172
COPY . .
173
174
- RUN golangci-lint --timeout 15m run --verbose
+ RUN golangci-lint --timeout 15m run --verbose --exclude-dirs mock
175
176
staticcheck-golang:
177
ARG --required STATICCHECK_VERSION
0 commit comments