git: 7b8262c4a1e2 - main - Mk/Uses/go.mk: Add go1.20 and go1.21-devel
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Feb 2023 13:47:43 UTC
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)