This commit is contained in:
Daniel 2022-07-24 11:09:14 -04:00
parent 5606d55a52
commit 16e1c8ff1e

View file

@ -74,7 +74,7 @@ IGNORE= novendor requires go:modules
.endif
# Parse Go version
GO_VERSION= ${go_ARGS:Nmodules:Nno_targets:Nrun:C/^$/${GO_DEFAULT}/}
GO_VERSION= ${go_ARGS:Nmodules:Nno_targets:Nrun:Nnovendor:C/^$/${GO_DEFAULT}/}
. if empty(GO_VALID_VERSIONS:M${GO_VERSION})
IGNORE?= USES=go has invalid version number: ${GO_VERSION}
. endif