fix uses
This commit is contained in:
parent
5606d55a52
commit
16e1c8ff1e
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ IGNORE= novendor requires go:modules
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# Parse Go version
|
# 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})
|
. if empty(GO_VALID_VERSIONS:M${GO_VERSION})
|
||||||
IGNORE?= USES=go has invalid version number: ${GO_VERSION}
|
IGNORE?= USES=go has invalid version number: ${GO_VERSION}
|
||||||
. endif
|
. endif
|
||||||
|
|
Loading…
Reference in a new issue