Skip to content

Commit

Permalink
Update grype bootstrap tools to latest versions.
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
westonsteimel authored Feb 3, 2023
1 parent 94b2ba8 commit 4a37e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ OS := $(shell uname | tr '[:upper:]' '[:lower:]')
SYFT_VERSION := $(shell go list -m all | grep github.com/anchore/syft | awk '{print $$2}')
SNAPSHOT_BIN := $(realpath $(shell pwd)/$(SNAPSHOT_DIR)/$(OS)-build_$(OS)_amd64_v1/$(BIN))

GOLANGCILINT_VERSION := v1.50.1
GOLANGCILINT_VERSION := v1.51.0
BOUNCER_VERSION := v0.4.0
CHRONICLE_VERSION := v0.5.1
GOSIMPORTS_VERSION := v0.3.5
Expand Down

0 comments on commit 4a37e0f

Please sign in to comment.