Skip to content

Commit

Permalink
fix: run golang action with the same version as make file
Browse files Browse the repository at this point in the history
  • Loading branch information
a-spiker committed Oct 9, 2024
1 parent cfea458 commit 5acd212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.58
version: v1.59.1
args: --timeout=5m

0 comments on commit 5acd212

Please sign in to comment.