From 19ca148d292993729d81c030a616641dc6a70d34 Mon Sep 17 00:00:00 2001 From: Moe Jangda Date: Wed, 7 Feb 2024 17:31:50 -0600 Subject: [PATCH] Update go.work.tmpl --- go-runtime/compile/build-template/go.work.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-runtime/compile/build-template/go.work.tmpl b/go-runtime/compile/build-template/go.work.tmpl index 2489cee3a8..683cd1d340 100644 --- a/go-runtime/compile/build-template/go.work.tmpl +++ b/go-runtime/compile/build-template/go.work.tmpl @@ -1,4 +1,4 @@ -go 1.21.6 +go {{ .GoVersion }} use ( .