Skip to content

Commit

Permalink
Merge pull request #138 from grafana/fix-missing-k6repo-argument
Browse files Browse the repository at this point in the history
fix missing k6repo argument
  • Loading branch information
pablochacin authored Feb 14, 2025
2 parents 9bdda1f + 5d9b181 commit 906c46a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
1 change: 1 addition & 0 deletions builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func (b Builder) Build(ctx context.Context, log *slog.Logger, outfile string) er
CopyGoEnv: true,
Env: env,
},
K6Repo: b.K6Repo,
SkipCleanup: b.SkipCleanup,
Stdout: os.Stdout,
Stderr: os.Stderr,
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module go.k6.io/xk6

go 1.22.2

require github.com/grafana/k6foundry v0.4.2
require github.com/grafana/k6foundry v0.4.3

require golang.org/x/mod v0.22.0 // indirect
require golang.org/x/mod v0.23.0 // indirect
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/grafana/k6foundry v0.4.2 h1:rbkZCU7e9eWBbG4fAkCel7/ok5b4P26aTizivDWuv84=
github.com/grafana/k6foundry v0.4.2/go.mod h1:4Hw0ll6ZsKN8f3cgp7I4N6EkhXafZ6CBC6fDJWkW7/Q=
golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4=
golang.org/x/mod v0.22.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
github.com/grafana/k6foundry v0.4.3 h1:gn+4KVsNBgWrA3OtH3vBXhEq7PkImqW438XnpmEztGM=
github.com/grafana/k6foundry v0.4.3/go.mod h1:mG41F6vDEByQNHX+6dBl/aEMIHKB+Dl7LIIYJr8ewUs=
golang.org/x/mod v0.23.0 h1:Zb7khfcRGKk+kqfxFaP5tZqCnDZMjC5VtUBs87Hr6QM=
golang.org/x/mod v0.23.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
12 changes: 9 additions & 3 deletions vendor/github.com/grafana/k6foundry/native.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# github.com/grafana/k6foundry v0.4.2
# github.com/grafana/k6foundry v0.4.3
## explicit; go 1.22.2
github.com/grafana/k6foundry
# golang.org/x/mod v0.22.0
# golang.org/x/mod v0.23.0
## explicit; go 1.22.0
golang.org/x/mod/internal/lazyregexp
golang.org/x/mod/module
Expand Down

0 comments on commit 906c46a

Please sign in to comment.