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 93b8e09 commit 5fffbf4Copy full SHA for 5fffbf4
.github/workflows/ci-tests.yaml
@@ -57,7 +57,7 @@ jobs:
57
- name: Run golangci-lint
58
uses: golangci/golangci-lint-action@v2
59
with:
60
- version: v1.46.2
+ version: v1.52.2
61
args: --timeout 5m
62
test:
63
name: Ensure unit tests are passing
.golangci.yml
@@ -7,15 +7,13 @@ run:
7
linters:
8
enable:
9
- vet
10
- - deadcode
+ - unused
11
- goimports
12
- - varcheck
13
- - structcheck
14
- ineffassign
15
- unconvert
16
- unparam
17
linters-settings:
18
goimports:
19
local-prefixes: github.com/argoproj-labs/argocd-image-updater
20
service:
21
- golangci-lint-version: 1.26.0
+ golangci-lint-version: 1.52.2
0 commit comments