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 f1108b1 commit 585f1b3Copy full SHA for 585f1b3
2 files changed
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
- uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
29
with:
30
- version: v3.11.2
+ version: v3.12.1
31
32
- name: Install GoReleaser
33
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
@@ -111,4 +111,4 @@ jobs:
111
- name: golangci-lint
112
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3
113
114
- version: v1.52.1
+ version: v1.53
.golangci.yml
@@ -1,7 +1,6 @@
1
linters:
2
enable:
3
- asciicheck
4
- - depguard
5
- errcheck
6
- errorlint
7
- gofmt
0 commit comments