Skip to content

Commit 11f9688

Browse files
authored
Merge pull request kubernetes-sigs#533 from cpanato/udpate-embed
update embedded-data
2 parents 5bf8295 + 12809cb commit 11f9688

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ builds:
4646
- "{{ .Env.BOM_LDFLAGS }}"
4747

4848
archives:
49-
- format: binary
50-
name_template: bom-{{ .Arch }}-{{ .Os }}
49+
- formats:
50+
- binary
5151
allow_different_binary_count: true
5252

5353
signs:

pkg/license/catalog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type CatalogOptions struct {
4343
//
4444
// DO NOT RENAME OR MOVE THIS OPTION WITHOUT MODIFYING THE MAGEFILE
4545
var DefaultCatalogOpts = CatalogOptions{
46-
Version: "v3.26.0",
46+
Version: "v3.27.0",
4747
}
4848

4949
// NewCatalogWithOptions returns a SPDX object with the specified options.
-3.45 MB
Binary file not shown.
3.49 MB
Binary file not shown.

0 commit comments

Comments
 (0)