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 a9fe644 commit ad9601bCopy full SHA for ad9601b
1 file changed
.toolbox.mk
@@ -20,10 +20,10 @@ TB_MOCKGEN ?= $(TB_LOCALBIN)/mockgen
20
TB_SEMVER ?= $(TB_LOCALBIN)/semver
21
22
## Tool Versions
23
-TB_GINKGO_VERSION ?= v2.25.3
24
-TB_GOLANGCI_LINT_VERSION ?= v2.4.0
+TB_GINKGO_VERSION ?= v2.26.0
+TB_GOLANGCI_LINT_VERSION ?= v2.5.0
25
TB_GOLANGCI_LINT_VERSION_NUM ?= $(call STRIP_V,$(TB_GOLANGCI_LINT_VERSION))
26
-TB_GORELEASER_VERSION ?= v2.12.0
+TB_GORELEASER_VERSION ?= v2.12.5
27
TB_HELM_DOCS_VERSION ?= v1.14.2
28
TB_MOCKGEN_VERSION ?= v0.6.0
29
TB_SEMVER_VERSION ?= v1.1.7
0 commit comments