Skip to content

Commit

Permalink
set older govet version
Browse files Browse the repository at this point in the history
  • Loading branch information
patapenka-alexey committed Jan 3, 2025
1 parent 9900c4d commit 8643840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.60.3
args: --config=golangci-lint.yml --out-${NO_FUTURE}format colored-line-number
skip-cache: true

Expand Down
2 changes: 1 addition & 1 deletion golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ linters:
disable-all: true
enable:
- lll
# - govet
- govet
- gofmt
- stylecheck

Expand Down

0 comments on commit 8643840

Please sign in to comment.