Add latest changes from gitlab-org/gitlab@17-8-stable-ee

This commit is contained in:
GitLab Bot
2025-02-12 16:54:07 +00:00
parent c7e9965a46
commit 7f055d6443

View File

@ -186,7 +186,7 @@ check-formatting: install-goimports
.PHONY: staticcheck .PHONY: staticcheck
staticcheck: staticcheck:
$(call message,Verify: $@) $(call message,Verify: $@)
go install honnef.co/go/tools/cmd/staticcheck@latest go install honnef.co/go/tools/cmd/staticcheck@v0.5.1
@ $(GOBIN)/staticcheck ./... @ $(GOBIN)/staticcheck ./...
# In addition to fixing imports, goimports also formats your code in the same style as gofmt # In addition to fixing imports, goimports also formats your code in the same style as gofmt