Skip to content

Commit

Permalink
chore: update golangci-lint version in CI (argoproj-labs#457)
Browse files Browse the repository at this point in the history
* update golangci-lint version

* update golangci-lint to v1.46.2
  • Loading branch information
jaideepr97 authored and dlactin committed May 9, 2024
1 parent 034f3ed commit fb303ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.32
version: v1.46.2
args: --timeout 5m
test:
name: Ensure unit tests are passing
Expand Down

0 comments on commit fb303ca

Please sign in to comment.