git: ade4a023b8d4 - main - Mk/Uses/go.mk: Add go1.21 and go1.22-devel

From: Dmitri Goutnik <dmgk_at_FreeBSD.org>
Date: Sat, 12 Aug 2023 11:50:24 UTC
The branch main has been updated by dmgk:

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

commit ade4a023b8d413dd4797d1ac8c0324d8ef46956f
Author:     Dmitri Goutnik <dmgk@FreeBSD.org>
AuthorDate: 2023-08-12 11:36:36 +0000
Commit:     Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2023-08-12 11:39:19 +0000

    Mk/Uses/go.mk: Add go1.21 and go1.22-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 3e056ea26d84..e22f8a9d7589 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.19 1.20 1.21-devel
+GO_VALID_VERSIONS=	1.19 1.20 1.21 1.22-devel
 
 # Check arguments sanity
 .  if !empty(go_ARGS:N[1-9].[0-9][0-9]:N*-devel:Nmodules:Nno_targets:Nrun)