Skip to content

Commit 7b935c0

Browse files
committed
add module aware mode to makefile for ocb
1 parent ed9ece0 commit 7b935c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb
88
DISTRIBUTIONS ?= "otelcol,otelcol-contrib,otelcol-k8s"
99
GEN_CONFIG_DISTRIBUTIONS ?= "otelcol,otelcol-contrib"
1010

11+
# required to use specific ocb builder version
12+
GO111MODULE=on
13+
1114
ci: check build
1215
check: ensure-goreleaser-up-to-date
1316

0 commit comments

Comments
 (0)