We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae33bb commit 20a2f69Copy full SHA for 20a2f69
.toolbox.mk
@@ -23,7 +23,7 @@ TB_SYFT ?= $(TB_LOCALBIN)/syft
23
TB_GOLANGCI_LINT_VERSION ?= v2.6.2
24
TB_GOLANGCI_LINT_VERSION_NUM ?= $(call STRIP_V,$(TB_GOLANGCI_LINT_VERSION))
25
# renovate: packageName=github.com/goreleaser/goreleaser/v2
26
-TB_GORELEASER_VERSION ?= v2.13.0
+TB_GORELEASER_VERSION ?= v2.13.1
27
TB_GORELEASER_VERSION_NUM ?= $(call STRIP_V,$(TB_GORELEASER_VERSION))
28
# renovate: packageName=github.com/bakito/semver
29
TB_SEMVER_VERSION ?= v1.1.7
0 commit comments