Skip to content

Commit 6addfac

Browse files
author
Joonas Bergius
committed
chore(examples): Switch wasitel-http component example to Go 1.24
Signed-off-by: Joonas Bergius <[email protected]>
1 parent ad5195a commit 6addfac

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

examples/component/wasitel-http/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module wasitel-http
22

3-
go 1.23.2
3+
go 1.24
44

55
require (
66
go.bytecodealliance.org v0.5.0
@@ -32,3 +32,5 @@ require (
3232
golang.org/x/mod v0.22.0 // indirect
3333
golang.org/x/sys v0.29.0 // indirect
3434
)
35+
36+
tool go.bytecodealliance.org/cmd/wit-bindgen-go

examples/component/wasitel-http/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:generate go run go.bytecodealliance.org/cmd/wit-bindgen-go generate --world example --out gen ./wit
1+
//go:generate go tool wit-bindgen-go generate --world example --out gen ./wit
22

33
package main
44

examples/component/wasitel-http/tools.go

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)