Skip to content

Commit

Permalink
chore: update golangci-lint version in CI (#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 alexmt committed Dec 6, 2022
1 parent 7ac0f2b commit a271fd4
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 a271fd4

Please sign in to comment.