mirror of
https://github.com/anchore/grype
synced 2024-11-10 14:44:12 +00:00
Update grype bootstrap tools to latest versions. (#903)
Co-authored-by: westonsteimel <westonsteimel@users.noreply.github.com>
This commit is contained in:
parent
198326745b
commit
a027c74c2c
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -37,9 +37,9 @@ SNAPSHOT_BIN=$(shell realpath $(shell pwd)/$(SNAPSHOTDIR)/$(OS)-build_$(OS)_amd6
|
|||
GOLANGCILINT_VERSION = v1.49.0
|
||||
BOUNCER_VERSION = v0.4.0
|
||||
CHRONICLE_VERSION = v0.4.1
|
||||
GOSIMPORTS_VERSION = v0.3.0
|
||||
GOSIMPORTS_VERSION = v0.3.1
|
||||
YAJSV_VERSION = v1.4.0
|
||||
GORELEASER_VERSION = v1.10.3
|
||||
GORELEASER_VERSION = v1.11.0
|
||||
|
||||
## Variable assertions
|
||||
|
||||
|
|
Loading…
Reference in a new issue