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 81e9c39 commit db0e794Copy full SHA for db0e794
Makefile
@@ -223,7 +223,7 @@ GOTESTSUM = $(LOCALBIN)/gotestsum-$(GOTESTSUM_VERSION)
223
GOCOVER_COBERTURA_VERSION ?= v1.3.0
224
GOCOVER_COBERTURA = $(LOCALBIN)/gocover-cobertura-$(GOCOVER_COBERTURA_VERSION)
225
# renovate: datasource=go depName=github.com/mikefarah/yq/v4
226
-YQ_VERSION ?= v4.44.1
+YQ_VERSION ?= v4.48.1
227
YQ ?= $(LOCALBIN)/yq # no version suffix, as we need to reference this outside of this Makefile
228
# renovate: datasource=github-releases depName=seatgeek/buildkit-prestop-script
229
BUILDKIT_PRESTOP_VERSION ?= v1.2.0
0 commit comments