Skip to content

Commit

Permalink
Update syft bootstrap tools to latest versions. (anchore#1282)
Browse files Browse the repository at this point in the history
Co-authored-by: spiffcs <[email protected]>
  • Loading branch information
1 parent 75cbf12 commit b86a6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ 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.50.0
GOSIMPORTS_VERSION = v0.3.3
GOLANGCILINT_VERSION = v1.50.1
GOSIMPORTS_VERSION = v0.3.4
BOUNCER_VERSION = v0.4.0
CHRONICLE_VERSION = v0.4.2
GORELEASER_VERSION = v1.12.3
Expand Down

0 comments on commit b86a6fd

Please sign in to comment.