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