Skip to content

Commit c8ad5ed

Browse files
authored
chore: update k6 version to v1.0.0 (#760)
1 parent 660399d commit c8ad5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-k6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { execSync } = require('child_process')
22
const { existsSync } = require('fs')
33

4-
const K6_VERSION = 'v0.58.0'
4+
const K6_VERSION = 'v1.0.0'
55
const K6_PATH_MAC_AMD = `k6-${K6_VERSION}-macos-amd64`
66
const K6_PATH_MAC_ARM = `k6-${K6_VERSION}-macos-arm64`
77
const K6_PATH_WIN_AMD = `k6-${K6_VERSION}-windows-amd64`

0 commit comments

Comments
 (0)