Skip to content

Commit

Permalink
fix: generation of SecureBoot ISO
Browse files Browse the repository at this point in the history
Fixes #104

Pull in Talos with a fix siderolabs/talos#8571

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Apr 10, 2024
1 parent ae1f0a3 commit 762cf2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ require (
github.com/siderolabs/gen v0.4.8
github.com/siderolabs/go-debug v0.3.0
github.com/siderolabs/go-pointer v1.0.0
github.com/siderolabs/talos v1.7.0-beta.0
github.com/siderolabs/talos/pkg/machinery v1.7.0-beta.0
github.com/siderolabs/talos v1.7.0-alpha.1.0.20240410135248-145f2406307e
github.com/siderolabs/talos/pkg/machinery v1.7.0-alpha.1.0.20240410135248-145f2406307e
github.com/sigstore/cosign/v2 v2.2.3
github.com/sigstore/sigstore v1.8.3
github.com/slok/go-http-metrics v0.11.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -660,10 +660,10 @@ github.com/siderolabs/net v0.4.0 h1:1bOgVay/ijPkJz4qct98nHsiB/ysLQU0KLoBC4qLm7I=
github.com/siderolabs/net v0.4.0/go.mod h1:/ibG+Hm9HU27agp5r9Q3eZicEfjquzNzQNux5uEk0kM=
github.com/siderolabs/protoenc v0.2.1 h1:BqxEmeWQeMpNP3R6WrPqDatX8sM/r4t97OP8mFmg6GA=
github.com/siderolabs/protoenc v0.2.1/go.mod h1:StTHxjet1g11GpNAWiATgc8K0HMKiFSEVVFOa/H0otc=
github.com/siderolabs/talos v1.7.0-beta.0 h1:dMpmpopJ359fNL/tBvmIjoD/meBc4Y8SUBwwmbMxM2Q=
github.com/siderolabs/talos v1.7.0-beta.0/go.mod h1:JXavIR16HuTIClvFeJ0AURMDsFKP6NhWX91utPV9JBo=
github.com/siderolabs/talos/pkg/machinery v1.7.0-beta.0 h1:fOn3uKNKA1bzHGCeOoaE8Dy40UH9Z6PHaf/XYdFwVy8=
github.com/siderolabs/talos/pkg/machinery v1.7.0-beta.0/go.mod h1:YBl9KDCD45Uc7N0rXBY1JqovUn1n46ekUPSNbEVZzQU=
github.com/siderolabs/talos v1.7.0-alpha.1.0.20240410135248-145f2406307e h1:spG3RV/LOtDSqLDbYJbE4QV2zGEXJf7QkS5YYhDtj1o=
github.com/siderolabs/talos v1.7.0-alpha.1.0.20240410135248-145f2406307e/go.mod h1:6066cAVjZh7ce1ygEp28GunvHHIj2Uz3H11ZoE0UwmM=
github.com/siderolabs/talos/pkg/machinery v1.7.0-alpha.1.0.20240410135248-145f2406307e h1:x9jzt+X3IQtZkkEfyT6SD5A7tdxwrAABbO567rFX/fk=
github.com/siderolabs/talos/pkg/machinery v1.7.0-alpha.1.0.20240410135248-145f2406307e/go.mod h1:YBl9KDCD45Uc7N0rXBY1JqovUn1n46ekUPSNbEVZzQU=
github.com/sigstore/cosign/v2 v2.2.3 h1:WX7yawI+EXu9h7S5bZsfYCbB9XW6Jc43ctKy/NoOSiA=
github.com/sigstore/cosign/v2 v2.2.3/go.mod h1:WpMn4MBt0cI23GdHsePwO4NxhX1FOz1ITGB3ALUjFaI=
github.com/sigstore/fulcio v1.4.3 h1:9JcUCZjjVhRF9fmhVuz6i1RyhCc/EGCD7MOl+iqCJLQ=
Expand Down

0 comments on commit 762cf2b

Please sign in to comment.