Skip to content

Commit

Permalink
Update xeol 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
noqcks authored Sep 23, 2023
1 parent 42707aa commit 7a6d37f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,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.54.1
GOLANGCILINT_VERSION = v1.54.2
BOUNCER_VERSION = v0.4.0
CHRONICLE_VERSION = v0.7.0
CHRONICLE_VERSION = v0.8.0
GOSIMPORTS_VERSION = v0.3.8
YAJSV_VERSION = v1.4.1
GORELEASER_VERSION = v1.20.0
GORELEASER_VERSION = v1.21.0
GLOW_VERSION := v1.5.1
SKOPEO_VERSION := v1.12.0

Expand Down

0 comments on commit 7a6d37f

Please sign in to comment.