You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: makefiles/go.mk
+28-17Lines changed: 28 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Go Project Configuration
2
2
GO_PACKAGES = ./cmd/... ./internal/...
3
3
4
-
.PHONY: format test test-cov update vet vuln-scan setup-tailwind web-build proxy-build ingestion-build mcp-telemetry-build mcp-pods-build mcp-hub-build all-build
4
+
.PHONY: format test test-cov update vet vuln-scan setup-tailwind web-build proxy-build ingestion-build mcp-telemetry-build mcp-pods-build mcp-hub-build service-build mcp-build
5
5
6
6
format:
7
7
@echo "Formatting Go code..."&&\
@@ -29,46 +29,57 @@ vuln-scan:
29
29
go run golang.org/x/vuln/cmd/govulncheck@latest $(GO_PACKAGES)
0 commit comments