Skip to content

Commit a8cc291

Browse files
committed
Update GNUmakefile
1 parent f7b2f4d commit a8cc291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ COUNT?=1
66
TEST?=$(shell go list ./...)
77
HASHICORP_PACKER_PLUGIN_SDK_VERSION?=$(shell go list -m github.com/hashicorp/packer-plugin-sdk | cut -d " " -f2)
88

9-
# Use Go 1.23.12 specifically for packer-sdc related commands
10-
GO_SDC ?= env GOTOOLCHAIN=go1.23.12 go
9+
# Use Go 1.24.11 or later for packer-sdc related commands
10+
GO_SDC ?= go
1111

1212
.PHONY: dev
1313

0 commit comments

Comments
 (0)