Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@
},
"ghcr.io/szkiba/devcontainer-features/cdo:1": { "version": "0.1.2" },
"ghcr.io/szkiba/devcontainer-features/mdcode:1": { "version": "0.2.0" },
"ghcr.io/grafana/devcontainer-features/xk6:1": { "version": "0.20.1" }
"ghcr.io/grafana/devcontainer-features/xk6:1": { "version": "1.0.0" }
},

"remoteEnv": {
"GH_TOKEN": "${localEnv:GH_TOKEN}",
"GITHUB_TOKEN": "${localEnv:GITHUB_TOKEN}",
"XK6_EARLY_ACCESS": "true"
"GITHUB_TOKEN": "${localEnv:GITHUB_TOKEN}"
},

"postStartCommand": "xk6 adjust --dev-container"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ on:
jobs:
release:
name: Release
uses: grafana/xk6/.github/workflows/extension-release.yml@v0.20.1
uses: grafana/xk6/.github/workflows/extension-release.yml@v1.0.0
permissions:
contents: write
with:
go-version: "1.24.x"
os: '["linux", "windows", "darwin"]'
arch: '["amd64", "arm64"]'
k6-version: "v1.0.0"
xk6-version: "0.20.1"
xk6-version: "1.0.0"
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
validate:
name: Validate
uses: grafana/xk6/.github/workflows/extension-validate.yml@v0.20.1
uses: grafana/xk6/.github/workflows/extension-validate.yml@v1.0.0
permissions:
pages: write
id-token: write
Expand All @@ -22,4 +22,4 @@ jobs:
golangci-lint-version: "v2.1.6"
platforms: '["ubuntu-latest", "windows-latest", "macos-latest"]'
k6-versions: '["v1.0.0", "v0.58.0"]'
xk6-version: "0.20.1"
xk6-version: "1.0.0"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ To create a local development environment, you need an IDE that supports [Develo

## Starter

The repository demonstrates how Go and JavaScript interact, serving as a valuable learning resource. You won't need these files when building a new extension.
The repository demonstrates how to handle metrics. These files are useful as a learning resource, but are not needed when creating a new extension.

You can use the `.starter.patch` file with the `git apply` command to delete these files.

Expand Down
Loading