Skip to content

Commit

Permalink
lint: govet version lock
Browse files Browse the repository at this point in the history
This patch locks `govet` version at 1.62.2.

Closes #1079
  • Loading branch information
patapenka-alexey committed Jan 3, 2025
1 parent 035ea0a commit c346dfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/static-code-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ runs:
- name: Go Linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.62.2
args: --config=golangci-lint.yml --out-${NO_FUTURE}format colored-line-number
skip-cache: true

Expand Down

0 comments on commit c346dfd

Please sign in to comment.