Skip to content

Commit

Permalink
Bumped up golangci/golangci-lint-action version
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Imanski-Kasprowicz <[email protected]>
  • Loading branch information
Tomasz Imanski-Kasprowicz committed Apr 18, 2023
1 parent 3f0b60d commit 5a3e68a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
with:
go-version: 1.18
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.45.2
version: v1.52.2
args: --timeout 5m --exclude SA5011
only-new-issues: true

2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ linters-settings:
goimports:
local-prefixes: github.com/argoproj-labs/argocd-operator
service:
golangci-lint-version: 1.38.0
golangci-lint-version: 1.52.2

0 comments on commit 5a3e68a

Please sign in to comment.