Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 7e4299b

Browse files
author
Matthieu Nottale
committed
Disable gotemplate in non-experimental build.
Signed-off-by: Matthieu Nottale <[email protected]>
1 parent 67054c0 commit 7e4299b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ E2E_NAME := $(BIN_NAME)-e2e
66
EXPERIMENTAL := off
77

88
# Comma-separated list of renderers
9-
RENDERERS := gotemplate
9+
RENDERERS := ""
1010

1111
TAG ?= $(shell git describe --always --dirty)
1212
COMMIT ?= $(shell git rev-parse --short HEAD)

0 commit comments

Comments
 (0)