Skip to content

Commit f76ede4

Browse files
committed
getting latest linter
1 parent 97f5394 commit f76ede4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.make/go.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install-go: ## Install the application (Using Native Go)
4242

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

0 commit comments

Comments
 (0)