Mk/Uses/go.mk: Add go1.21 and go1.22-devel
This commit is contained in:
parent
c5ee3ed478
commit
ade4a023b8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue