Skip to content

Commit 585f1b3

Browse files
authored
update golangci and helm (#575)
Signed-off-by: cpanato <ctadeu@gmail.com>
1 parent f1108b1 commit 585f1b3

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
2929
with:
30-
version: v3.11.2
30+
version: v3.12.1
3131

3232
- name: Install GoReleaser
3333
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
@@ -111,4 +111,4 @@ jobs:
111111
- name: golangci-lint
112112
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3
113113
with:
114-
version: v1.52.1
114+
version: v1.53

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
linters:
22
enable:
33
- asciicheck
4-
- depguard
54
- errcheck
65
- errorlint
76
- gofmt

0 commit comments

Comments
 (0)