Skip to content

Commit

Permalink
Update syft bootstrap tools to latest versions. (#1244)
Browse files Browse the repository at this point in the history
Co-authored-by: spiffcs <[email protected]>
Signed-off-by: Christopher Phillips <[email protected]>
  • Loading branch information
1 parent 9b34fcc commit 334ae41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LINTCMD = $(TEMPDIR)/golangci-lint run --tests=false --timeout=5m --config .gola
GOIMPORTS_CMD = $(TEMPDIR)/gosimports -local github.com/anchore
RELEASE_CMD=$(TEMPDIR)/goreleaser release --rm-dist
SNAPSHOT_CMD=$(RELEASE_CMD) --skip-publish --snapshot
GOLANGCILINT_VERSION = v1.49.0
GOLANGCILINT_VERSION = v1.50.0
GOSIMPORTS_VERSION = v0.3.2
BOUNCER_VERSION = v0.4.0
CHRONICLE_VERSION = v0.4.1
Expand Down

0 comments on commit 334ae41

Please sign in to comment.