mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
b765231175
Co-authored-by: Malte Poll <1780588+malt3@users.noreply.github.com>
861 B
861 B
Bump Go version
govulncheck
from the bazel check
target will fail if our code is vulnerable, which is often the case when a patch version was released with security fixes.
Steps
-
Replace "1.xx.x" with the new version (see example)
-
Update the nix hash
Once updated run
bazel run //:tidy
and you will see a failure such as:> error: hash mismatch in fixed-output derivation '/nix/store/r85bdj6vrim7m5vlybdmzgca7d0kcb4n-go1.21.4.src.tar.gz.drv': > specified: sha256-GG8rb4yLcE5paCGwmrIEGlwe4T3LwxVqE63PdZMe5Ig= > got: sha256-R7Jqg9K2WjwcG8rOJztpvuSaentRaKdgTe09JqN714c=
Simple replace the hash with the got value.
-
Ask @katexochen to build the thing and push it into his cache.