Skip to content

Commit bd764b9

Browse files
committed
page: use TinyGo 0.42 for build
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 3e89e5f commit bd764b9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,16 @@ jobs:
2121
build:
2222
runs-on: ubuntu-latest
2323
env:
24-
TINYGO_VERSION: '0.41.1'
24+
TINYGO_VERSION: '0.42.0'
2525
BUILD_DIR: build
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v5
2929

30-
# TinyGo 0.41.1 works with Go 1.26 and not with Go 1.27. Use 'stable'
31-
# again after a release of TinyGo that adds Go 1.27.
3230
- name: Install Go
3331
uses: actions/setup-go@v6
3432
with:
35-
go-version: '1.26'
33+
go-version: 'stable'
3634

3735
- name: Check the WebAssembly code
3836
run: make check

0 commit comments

Comments
 (0)