Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Feb 2023 13:47:43 GMT
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7b8262c4a1e2 - main - Mk/Uses/go.mk: Add go1.20 and go1.21-devel
Message-ID:  <202302021347.312DlhI1091386@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dmgk:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7b8262c4a1e20bd6a03f4a641d652b32de6b86cd

commit 7b8262c4a1e20bd6a03f4a641d652b32de6b86cd
Author:     Dmitri Goutnik <dmgk@FreeBSD.org>
AuthorDate: 2023-02-02 12:12:34 +0000
Commit:     Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2023-02-02 13:47:29 +0000

    Mk/Uses/go.mk: Add go1.20 and go1.21-devel
---
 Mk/Uses/go.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mk/Uses/go.mk b/Mk/Uses/go.mk
index 8bd1a510a94c..3b5e934776cc 100644
--- a/Mk/Uses/go.mk
+++ b/Mk/Uses/go.mk
@@ -60,7 +60,7 @@ _INCLUDE_USES_GO_MK=	yes
 
 # When adding a version, please keep the comment in
 # Mk/bsd.default-versions.mk in sync.
-GO_VALID_VERSIONS=	1.18 1.19 1.20-devel
+GO_VALID_VERSIONS=	1.18 1.19 1.20 1.21-devel
 
 # Check arguments sanity
 .  if !empty(go_ARGS:N[1-9].[0-9][0-9]:N*-devel:Nmodules:Nno_targets:Nrun)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302021347.312DlhI1091386>