Skip to content

Commit

Permalink
update github workflow linter version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeschuurmans committed Sep 16, 2024
1 parent c965dc1 commit 13c1176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-pr-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
args: --config .golangci.yml --timeout 2m
version: v1.55.2
version: v1.56.2

- name: Test
run: go test ./...
Expand Down

0 comments on commit 13c1176

Please sign in to comment.