mirror of
https://github.com/anchore/syft
synced 2024-11-10 14:24:12 +00:00
Update syft bootstrap tools to latest versions. (#1244)
Co-authored-by: spiffcs <spiffcs@users.noreply.github.com>
This commit is contained in:
parent
48f0a4680f
commit
58504d5bf3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue