Skip to content

Commit 5fffbf4

Browse files
committed
bump golangci-lint ver
Signed-off-by: Zeyuan Cao <[email protected]>
1 parent 93b8e09 commit 5fffbf4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Run golangci-lint
5858
uses: golangci/golangci-lint-action@v2
5959
with:
60-
version: v1.46.2
60+
version: v1.52.2
6161
args: --timeout 5m
6262
test:
6363
name: Ensure unit tests are passing

.golangci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ run:
77
linters:
88
enable:
99
- vet
10-
- deadcode
10+
- unused
1111
- goimports
12-
- varcheck
13-
- structcheck
1412
- ineffassign
1513
- unconvert
1614
- unparam
1715
linters-settings:
1816
goimports:
1917
local-prefixes: github.com/argoproj-labs/argocd-image-updater
2018
service:
21-
golangci-lint-version: 1.26.0
19+
golangci-lint-version: 1.52.2

0 commit comments

Comments
 (0)