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

Commit 9eec848

Browse files
authored
Merge pull request #97 from mnottale/template-disable-all
Disable gotemplate in non-experimental build.
2 parents 67054c0 + 7e4299b commit 9eec848

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)