Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivanov committed Sep 9, 2024
1 parent c6ae9f8 commit ce4943c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Run Linters
uses: golangci/[email protected]
with:
version: v1.60.3
args: --verbose --timeout 10m
version: v1.55.2
args: --verbose --timeout 5m
skip-cache: true
tests:
name: Tests with coverage
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export GO111MODULE=on

format-check: ## Format the code and run linters
@if test ! -e ./bin/golangci-lint; then \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.60.3; \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.55.2; \
fi
@./bin/golangci-lint run --fix

Expand Down

0 comments on commit ce4943c

Please sign in to comment.