Skip to content

Commit cd485f7

Browse files
committed
update workers-assets-gen command version in templates
1 parent 96e080f commit cd485f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_templates/cloudflare/pages-tinygo/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dev:
44

55
.PHONY: build
66
build:
7-
go run github.com/syumai/workers/cmd/workers-assets-gen@v0.21.0
7+
go run github.com/syumai/workers/cmd/workers-assets-gen@v0.22.0
88
tinygo build -o ./build/app.wasm -target wasm -no-debug ./...
99

1010
.PHONY: deploy

_templates/cloudflare/worker-go/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dev:
44

55
.PHONY: build
66
build:
7-
go run github.com/syumai/workers/cmd/workers-assets-gen@v0.21.0 -mode=go
7+
go run github.com/syumai/workers/cmd/workers-assets-gen@v0.22.0 -mode=go
88
GOOS=js GOARCH=wasm go build -o ./build/app.wasm .
99

1010
.PHONY: deploy

_templates/cloudflare/worker-tinygo/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dev:
44

55
.PHONY: build
66
build:
7-
go run github.com/syumai/workers/cmd/workers-assets-gen@v0.21.0
7+
go run github.com/syumai/workers/cmd/workers-assets-gen@v0.22.0
88
tinygo build -o ./build/app.wasm -target wasm -no-debug ./...
99

1010
.PHONY: deploy

0 commit comments

Comments
 (0)