mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 10:36:45 +01: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
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
|
GOIMPORTS_CMD = $(TEMPDIR)/gosimports -local github.com/anchore
|
||||||
RELEASE_CMD=$(TEMPDIR)/goreleaser release --rm-dist
|
RELEASE_CMD=$(TEMPDIR)/goreleaser release --rm-dist
|
||||||
SNAPSHOT_CMD=$(RELEASE_CMD) --skip-publish --snapshot
|
SNAPSHOT_CMD=$(RELEASE_CMD) --skip-publish --snapshot
|
||||||
GOLANGCILINT_VERSION = v1.50.0
|
GOLANGCILINT_VERSION = v1.50.1
|
||||||
GOSIMPORTS_VERSION = v0.3.3
|
GOSIMPORTS_VERSION = v0.3.4
|
||||||
BOUNCER_VERSION = v0.4.0
|
BOUNCER_VERSION = v0.4.0
|
||||||
CHRONICLE_VERSION = v0.4.2
|
CHRONICLE_VERSION = v0.4.2
|
||||||
GORELEASER_VERSION = v1.12.3
|
GORELEASER_VERSION = v1.12.3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user