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 2303248 commit aa04973Copy full SHA for aa04973
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
contents: write
15
with:
16
go-version: "1.24.x"
17
- k6-version: "1.1.0"
+ k6-version: "1.0.0"
18
xk6-version: "1.0.1"
19
os: '["linux","windows","darwin"]'
20
arch: '["amd64","arm64"]'
.github/workflows/validate.yml
@@ -21,5 +21,5 @@ jobs:
21
go-versions: '["1.24.x", "1.23.x"]'
22
golangci-lint-version: "v2.1.6"
23
platforms: '["ubuntu-latest", "windows-latest", "macos-latest"]'
24
- k6-versions: '["v1.0.0","v1.1.0"]'
+ k6-versions: '["v1.0.0","v0.58.0"]'
25
0 commit comments