mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
Update grype bootstrap tools to latest versions. (#956)
Co-authored-by: westonsteimel <westonsteimel@users.noreply.github.com>
This commit is contained in:
parent
4cda526992
commit
b05f37f66c
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
@ -34,12 +34,12 @@ OS=$(shell uname | tr '[:upper:]' '[:lower:]')
|
|||
SYFT_VERSION=$(shell go list -m all | grep github.com/anchore/syft | awk '{print $$2}')
|
||||
SNAPSHOT_BIN=$(shell realpath $(shell pwd)/$(SNAPSHOTDIR)/$(OS)-build_$(OS)_amd64_v1/$(BIN))
|
||||
|
||||
GOLANGCILINT_VERSION = v1.50.0
|
||||
GOLANGCILINT_VERSION = v1.50.1
|
||||
BOUNCER_VERSION = v0.4.0
|
||||
CHRONICLE_VERSION = v0.4.1
|
||||
GOSIMPORTS_VERSION = v0.3.2
|
||||
CHRONICLE_VERSION = v0.4.2
|
||||
GOSIMPORTS_VERSION = v0.3.4
|
||||
YAJSV_VERSION = v1.4.1
|
||||
GORELEASER_VERSION = v1.11.5
|
||||
GORELEASER_VERSION = v1.12.3
|
||||
|
||||
## Variable assertions
|
||||
|
||||
|
|
Loading…
Reference in a new issue