1
0
mirror of https://github.com/siderolabs/kres.git synced 2026-02-05 09:45:35 +01:00

chore: remove default synctest value from GOEXPERIMENT

Remove default synctest value from GOEXPERIMENT

Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com>
This commit is contained in:
Oguz Kilcan
2025-08-20 10:43:33 +02:00
parent d1ef7680f0
commit 18c31cfe2c
2 changed files with 3 additions and 3 deletions

View File

@@ -138,7 +138,7 @@ func (toolchain *Toolchain) CompileMakefile(output *makefile.Output) error {
Variable(makefile.OverridableVariable("GO_LDFLAGS", "")).
Variable(makefile.OverridableVariable("CGO_ENABLED", "0")).
Variable(makefile.OverridableVariable("GOTOOLCHAIN", "local")).
Variable(makefile.OverridableVariable("GOEXPERIMENT", "synctest"))
Variable(makefile.OverridableVariable("GOEXPERIMENT", ""))
// add github token only if necessary
if toolchain.PrivateRepos != nil {