Skip to content
Snippets Groups Projects
Commit 87ea824e authored by Lewis Cook's avatar Lewis Cook
Browse files

security/osv-scanner: Pin Go version to 1.19

Numerous packages currently do not support Go 1.20 yet,
and fail with the following:

version "go1.19.5" does not match go tool version "go1.20"

For now, pin the Go version used to 1.19, until upstream
supports 1.20.
parent 4872ec2e
Loading
......@@ -11,7 +11,7 @@ WWW= https://github.com/google/osv-scanner
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USES= go:1.19,modules
_BUILD_VERSION= ${DISTVERSION}
_BUILD_COMMIT= e206217
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment