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 ed9ece0 commit 7b935c0Copy full SHA for 7b935c0
Makefile
@@ -8,6 +8,9 @@ OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb
8
DISTRIBUTIONS ?= "otelcol,otelcol-contrib,otelcol-k8s"
9
GEN_CONFIG_DISTRIBUTIONS ?= "otelcol,otelcol-contrib"
10
11
+# required to use specific ocb builder version
12
+GO111MODULE=on
13
+
14
ci: check build
15
check: ensure-goreleaser-up-to-date
16
0 commit comments