Skip to content

Commit 1759f14

Browse files
committed
chore: Upgrading TinyGo to 0.37
Signed-off-by: Lucas Fontes <[email protected]>
1 parent 712a5a9 commit 1759f14

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/component-go.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ on:
44
push:
55
branches: ["main"]
66
paths:
7-
- '.github/workflows/component-go.yaml'
8-
- 'component/**'
9-
- 'examples/component/**'
7+
- ".github/workflows/component-go.yaml"
8+
- "component/**"
9+
- "examples/component/**"
1010
pull_request:
1111
branches: ["main"]
1212
paths:
13-
- '.github/workflows/component-go.yaml'
14-
- 'component/**'
15-
- 'examples/component/**'
13+
- ".github/workflows/component-go.yaml"
14+
- "component/**"
15+
- "examples/component/**"
1616

1717
env:
18-
TINYGO_VERSION: "0.36.0"
18+
TINYGO_VERSION: "0.37.0"
1919
GOLANGCI_VERSION: "v1.64.2"
2020
WASH_VERSION: "0.37.0"
2121
WASM_TOOLS_VERSION: "1.225.0"

.github/workflows/templates-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- "templates/**"
1414

1515
env:
16-
TINYGO_VERSION: "0.36.0"
16+
TINYGO_VERSION: "0.37.0"
1717
GOLANGCI_VERSION: "v1.64.2"
1818
WASH_VERSION: "0.37.0"
1919
WASM_TOOLS_VERSION: "1.225.0"

0 commit comments

Comments
 (0)