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: Makefile
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -68,10 +68,10 @@ prepare-static-check: FORCE install-goimports install-golangci-lint install-shel
68
68
# To add additional flags or values (before the default ones), specify the variable in the environment, e.g. `GO_BUILDFLAGS='-tags experimental' make`.
69
69
# To override the default flags or values, specify the variable on the command line, e.g. `make GO_BUILDFLAGS='-tags experimental'`.
70
70
GO_BUILDFLAGS += -mod vendor
71
-
GO_LDFLAGS +=
72
-
GO_TESTFLAGS +=
73
-
GO_TESTENV += CASTELLUM_AUDIT_SILENT=true
74
-
GO_BUILDENV +=
71
+
GO_LDFLAGS+=
72
+
GO_TESTFLAGS+=
73
+
GO_TESTENV+= CASTELLUM_AUDIT_SILENT=true
74
+
GO_BUILDENV+=
75
75
76
76
# These definitions are overridable, e.g. to provide fixed version/commit values when
77
77
# no .git directory is present or to provide a fixed build date for reproducibility.
0 commit comments