We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e8d0a commit 11270e3Copy full SHA for 11270e3
Makefile
@@ -69,7 +69,7 @@ lint: ## Run linter
69
.PHONY: staticcheck
70
staticcheck: ## Run staticcheck
71
@ $(MAKE) --no-print-directory log-$@
72
- $(GO) run honnef.co/go/tools/cmd/staticcheck@2023.1.6 -- ./...
+ $(GO) run honnef.co/go/tools/cmd/staticcheck@2024.1.1 -- ./...
73
74
.PHONY: test
75
test: ## Run tests
0 commit comments