Skip to content

Commit

Permalink
getting latest linter
Browse files Browse the repository at this point in the history
  • Loading branch information
theflyingcodr committed Aug 31, 2021
1 parent 97f5394 commit f76ede4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .make/go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install-go: ## Install the application (Using Native Go)

lint: ## Run the golangci-lint application (install if not found)
@echo "downloading golangci-lint..."
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- v1.33.0
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- v1.42.0
@echo "running golangci-lint..."
@GOGC=20 ./bin/golangci-lint run

Expand Down

0 comments on commit f76ede4

Please sign in to comment.