Skip to content

Commit

Permalink
add module aware mode to makefile for ocb
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 committed Aug 6, 2024
1 parent ed9ece0 commit 7b935c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb
DISTRIBUTIONS ?= "otelcol,otelcol-contrib,otelcol-k8s"
GEN_CONFIG_DISTRIBUTIONS ?= "otelcol,otelcol-contrib"

# required to use specific ocb builder version
GO111MODULE=on

ci: check build
check: ensure-goreleaser-up-to-date

Expand Down

0 comments on commit 7b935c0

Please sign in to comment.