Skip to content

Commit aa04973

Browse files
committed
use k6 v1.0.0
1 parent 2303248 commit aa04973

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write
1515
with:
1616
go-version: "1.24.x"
17-
k6-version: "1.1.0"
17+
k6-version: "1.0.0"
1818
xk6-version: "1.0.1"
1919
os: '["linux","windows","darwin"]'
2020
arch: '["amd64","arm64"]'

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
go-versions: '["1.24.x", "1.23.x"]'
2222
golangci-lint-version: "v2.1.6"
2323
platforms: '["ubuntu-latest", "windows-latest", "macos-latest"]'
24-
k6-versions: '["v1.0.0","v1.1.0"]'
24+
k6-versions: '["v1.0.0","v0.58.0"]'
2525
xk6-version: "1.0.1"

0 commit comments

Comments
 (0)