Skip to content

Commit ccb749f

Browse files
authored
chore: update golangci-lint version in CI (#457)
* update golangci-lint version * update golangci-lint to v1.46.2
1 parent 66b1818 commit ccb749f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.32
60+
version: v1.46.2
6161
args: --timeout 5m
6262
test:
6363
name: Ensure unit tests are passing

0 commit comments

Comments
 (0)