diff --git a/Dockerfile b/Dockerfile index 0a705da..390de79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,7 +64,7 @@ FROM go as tools FROM go AS k6 # The grafana/xk6 image only exists for amd64, so we need to build it for # the target architecture. - RUN env GOBIN=/build go install go.k6.io/xk6/cmd/xk6@v0.11.0 + RUN env GOBIN=/build go install go.k6.io/xk6/cmd/xk6@v0.12.1 # The grafana/k6 image only exists for amd64, so we need to build it for # the architecture we are targeting. The simplest way to build k6 is to diff --git a/versions.yaml b/versions.yaml index a8f0c0a..37cc90f 100644 --- a/versions.yaml +++ b/versions.yaml @@ -87,5 +87,5 @@ wire: type: go xk6: repo: go.k6.io/xk6 - version: v0.11.0 + version: v0.12.1 type: go