Skip to content

Commit 1dec000

Browse files
committed
chore(ci): Update workflows to use TinyGo 0.36 for Go 1.24 support
Signed-off-by: Joonas Bergius <[email protected]>
1 parent 4faa16e commit 1dec000

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/component-go.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- 'examples/component/**'
1616

1717
env:
18-
TINYGO_VERSION: "0.33.0"
18+
TINYGO_VERSION: "0.36.0"
1919
GOLANGCI_VERSION: "v1.64.2"
2020
WASH_VERSION: "0.37.0"
2121
WASM_TOOLS_VERSION: "1.220.0"
@@ -88,9 +88,6 @@ jobs:
8888
- http-password-checker
8989
- invoke
9090
- sqldb-postgres-query
91-
tinygo-version:
92-
- "0.33.0"
93-
- "0.34.0"
9491
runs-on: ubuntu-latest
9592
steps:
9693
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -99,7 +96,7 @@ jobs:
9996
go-version-file: "./examples/component/${{ matrix.example }}/go.mod"
10097
- uses: acifani/setup-tinygo@b2ba42b249c7d3efdfe94166ec0f48b3191404f7 # v2.0.0
10198
with:
102-
tinygo-version: ${{ matrix.tinygo-version }}
99+
tinygo-version: ${{ env.TINYGO_VERSION }}
103100
- uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
104101
with:
105102
version: ${{ env.GOLANGCI_VERSION }}

.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.34.0"
16+
TINYGO_VERSION: "0.36.0"
1717
GOLANGCI_VERSION: "v1.61"
1818
WASH_VERSION: "0.37.0"
1919
WASM_TOOLS_VERSION: "1.220.0"

0 commit comments

Comments
 (0)