Skip to content

Commit edca21c

Browse files
committed
cmd/wit-bindgen-go: temporarily disable testing this package under TinyGo + Go 1.24
1 parent a50b525 commit edca21c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/wit-bindgen-go/main_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Remove the following go:build line when TinyGo supports Go 1.24.
2+
//go:build !(tinygo && go1.24)
3+
14
package main
25

36
import (

0 commit comments

Comments
 (0)