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 1b7581d commit 3d80accCopy full SHA for 3d80acc
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
types: [published]
10
11
env:
12
- BAZEL_VERSION: "7.4.1"
+ BAZEL_VERSION: "latest"
13
RUST_VERSION: "1.82.0"
14
TINYGO_VERSION: "0.38.0"
15
NODE_VERSION: "20.18.0"
.github/workflows/oci-publish.yml
@@ -10,7 +10,7 @@ on:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
WASM_TOOLS_VERSION: "1.217.0"
16
jobs:
.github/workflows/performance.yml
@@ -22,7 +22,7 @@ on:
22
- comparison
23
24
25
26
27
28
# Performance benchmarking
0 commit comments