From 3eda5bd3886141dabc2ffda459030b45adc8b22f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:33:05 +0000 Subject: [PATCH] k6: Update to version 1.6.1 --- bucket/k6.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/k6.json b/bucket/k6.json index e3c6729b69..a813496348 100644 --- a/bucket/k6.json +++ b/bucket/k6.json @@ -1,13 +1,13 @@ { - "version": "1.6.0", + "version": "1.6.1", "description": "Load and performance regression testing tool for cloud native backend infrastructure", "homepage": "https://k6.io", "license": "AGPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/grafana/k6/releases/download/v1.6.0/k6-v1.6.0-windows-amd64.zip", - "hash": "b97a5979120069dd83c3877e10e979656572b698fcb0c06a26c8cab9c2c02024", - "extract_dir": "k6-v1.6.0-windows-amd64" + "url": "https://github.com/grafana/k6/releases/download/v1.6.1/k6-v1.6.1-windows-amd64.zip", + "hash": "6a6c029bd98cdbe245dbc7305755783d45a31a01a75d4377533f8d88021685dc", + "extract_dir": "k6-v1.6.1-windows-amd64" } }, "bin": "k6.exe",