Skip to content

Commit

Permalink
Update xeol bootstrap tools to latest versions. (#224)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: noqcks <[email protected]>
  • Loading branch information
xeol-actions[bot] and noqcks authored Nov 6, 2023
1 parent 6dcda8d commit e2368c6
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 @@ -33,7 +33,7 @@ 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.55.1
GOLANGCILINT_VERSION = v1.55.2
BOUNCER_VERSION = v0.4.0
CHRONICLE_VERSION = v0.8.0
GOSIMPORTS_VERSION = v0.3.8
Expand Down

0 comments on commit e2368c6

Please sign in to comment.