From 0acceccc7d7ff1b7a3067c1e9a45ae0f8bfa5a84 Mon Sep 17 00:00:00 2001 From: takahashi shun Date: Thu, 28 May 2026 21:50:10 +0900 Subject: [PATCH] Update k6 from v1.5.0 to v2.0.0 Bump the k6 version in k6.json to the new v2.0.0 major release. The download URL templates are unchanged because the v2.0.0 release publishes the same linux tar.gz / checksums asset naming. Closes #314 --- k6.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k6.json b/k6.json index 71553ec..06d8033 100644 --- a/k6.json +++ b/k6.json @@ -1,5 +1,5 @@ { - "version": "1.5.0", + "version": "2.0.0", "download": { "binary": "https://github.com/grafana/k6/releases/download/v{version}/k6-v{version}-linux-{arch}.tar.gz", "checksums": "https://github.com/grafana/k6/releases/download/v{version}/k6-v{version}-checksums.txt"