Skip to content

Commit

Permalink
ci: use golang ci lint 1.55.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Dec 22, 2023
1 parent 5ce5a99 commit c3b1c18
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
version: v1.51.2
version: v1.55.2

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

0 comments on commit c3b1c18

Please sign in to comment.