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

This commit is contained in:
Dmitri Goutnik 2023-08-12 06:36:36 -05:00
parent c5ee3ed478
commit ade4a023b8

View file

@ -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)