You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
govulncheck: update Go before running the vuln checks (#161)
The `entrypoint.sh` runs the `go mod verify` command which will download
the version of Go matching the `toolchain` in `go.mod`.
This requires the `GOTOOLCHAIN` env var to be set to `auto`
This change sure that the vuln check is executed with the same version of
Go as the one used to build the binary :)
see https://go.dev/doc/toolchain
also, upgrade the code and the builder image to Go 1.24
also, upgrade other GitHub actions to their latest versions
also, rename the binary to `govulncheckx` to avoid mixing with the standard `govulncheck` tool
---------
Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
0 commit comments