Skip to content

Commit

Permalink
security/osv-scanner: Pin Go version to 1.19
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lcook committed Feb 20, 2023
1 parent 4872ec2 commit 87ea824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/osv-scanner/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 87ea824

Please sign in to comment.