We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b2f4d commit a8cc291Copy full SHA for a8cc291
GNUmakefile
@@ -6,8 +6,8 @@ COUNT?=1
6
TEST?=$(shell go list ./...)
7
HASHICORP_PACKER_PLUGIN_SDK_VERSION?=$(shell go list -m github.com/hashicorp/packer-plugin-sdk | cut -d " " -f2)
8
9
-# Use Go 1.23.12 specifically for packer-sdc related commands
10
-GO_SDC ?= env GOTOOLCHAIN=go1.23.12 go
+# Use Go 1.24.11 or later for packer-sdc related commands
+GO_SDC ?= go
11
12
.PHONY: dev
13
0 commit comments