Date: Wed, 11 Feb 2026 19:16:32 +0000 From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 03bdb0169f3b - main - sysutils/opentofu: Set Go version to a range Message-ID: <698cd590.3f219.3a32cae@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=03bdb0169f3b9b96b65e3c1335da7defc4524143 commit 03bdb0169f3b9b96b65e3c1335da7defc4524143 Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2026-02-11 18:42:58 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2026-02-11 19:16:26 +0000 sysutils/opentofu: Set Go version to a range tofu builds, tests, and (superficially) runs when built with go1.26. Mark the Go version as a minimum, not a pin. --- sysutils/opentofu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/opentofu/Makefile b/sysutils/opentofu/Makefile index 1d346d8f9ced..f72fbb3135bc 100644 --- a/sysutils/opentofu/Makefile +++ b/sysutils/opentofu/Makefile @@ -11,7 +11,7 @@ WWW= https://opentofu.org/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.25,modules +USES= go:1.25+,modules GO_MODULE= github.com/opentofu/opentofu GO_TARGET= ./cmd/tofu GO_BUILDFLAGS= -o bin/home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698cd590.3f219.3a32cae>
