Skip to content

Commit

Permalink
Pin golang-ci lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean-Coakley committed Mar 8, 2024
1 parent 647b3e7 commit 19a39f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ no-local-changes:

lint: ## Run linter
GOWORK=off go vet ./...
GOWORK=off $(GORUN) github.com/golangci/golangci-lint/cmd/[email protected] run -c ./scripts/.golangci.yml
GOWORK=off $(GORUN) $(GOLANGCI_LINT) run -c ./scripts/.golangci.yml
cd sdk && make lint

format: ## Format code
Expand Down

0 comments on commit 19a39f2

Please sign in to comment.