From 7e3c7998fba06c2cd251267224bf2771b333d97b Mon Sep 17 00:00:00 2001 From: "grafanarenovatebot[bot]" <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 00:10:39 +0000 Subject: [PATCH] Update dependency grafana/k6 to v0.53.0 --- scripts/make/xk6.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make/xk6.mk b/scripts/make/xk6.mk index 050543d9..1f7569d1 100644 --- a/scripts/make/xk6.mk +++ b/scripts/make/xk6.mk @@ -1,7 +1,7 @@ XK6_PKG_DIR := $(ROOTDIR)/xk6/sm XK6_OUT_DIR := $(DISTDIR)/$(HOST_OS)-$(HOST_ARCH) K6_BIN := $(XK6_OUT_DIR)/k6 -K6_VERSION := v0.52.0 +K6_VERSION := v0.53.0 LOCAL_GOPATH ?= $(shell go env GOPATH)