Skip to content

Commit

Permalink
workflows: bump bom version for race condition fix
Browse files Browse the repository at this point in the history
We experienced #1894, which made me create kubernetes-sigs/bom#385 only
to fix the race condition and realize that it was already patched but no
release existed.

Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
  • Loading branch information
mtardy authored and jrfastab committed Jan 8, 2024
1 parent 0963310 commit 7ffec55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-clang-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
shell: bash
env:
# renovate: datasource=github-releases depName=kubernetes-sigs/bom
BOM_VERSION: v0.5.1
BOM_VERSION: f0ff48f9a202abfddf656056bbeeb8efe29920ab
run: |
go install sigs.k8s.io/bom/cmd/bom@${{ env.BOM_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-images-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
shell: bash
env:
# renovate: datasource=github-releases depName=kubernetes-sigs/bom
BOM_VERSION: v0.5.1
BOM_VERSION: f0ff48f9a202abfddf656056bbeeb8efe29920ab
run: |
go install sigs.k8s.io/bom/cmd/bom@${{ env.BOM_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-images-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
shell: bash
env:
# renovate: datasource=github-releases depName=kubernetes-sigs/bom
BOM_VERSION: v0.5.1
BOM_VERSION: f0ff48f9a202abfddf656056bbeeb8efe29920ab
run: |
go install sigs.k8s.io/bom/cmd/bom@${{ env.BOM_VERSION }}
Expand Down

0 comments on commit 7ffec55

Please sign in to comment.