From 106d4af001666b1956ad5050b1648b21c8570251 Mon Sep 17 00:00:00 2001 From: syumai Date: Sat, 22 Feb 2025 23:57:56 +0900 Subject: [PATCH] update workers-assets-gen version --- _templates/cloudflare/cron-go/Makefile | 2 +- _templates/cloudflare/cron-tinygo/Makefile | 2 +- _templates/cloudflare/pages-tinygo/Makefile | 2 +- _templates/cloudflare/worker-go/Makefile | 2 +- _templates/cloudflare/worker-tinygo/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_templates/cloudflare/cron-go/Makefile b/_templates/cloudflare/cron-go/Makefile index 7f0c8e8..f372706 100644 --- a/_templates/cloudflare/cron-go/Makefile +++ b/_templates/cloudflare/cron-go/Makefile @@ -4,7 +4,7 @@ dev: .PHONY: build build: - go run github.com/syumai/workers/cmd/workers-assets-gen@v0.23.1 -mode=go + go run github.com/syumai/workers/cmd/workers-assets-gen@v0.28.1 -mode=go GOOS=js GOARCH=wasm go build -o ./build/app.wasm . .PHONY: deploy diff --git a/_templates/cloudflare/cron-tinygo/Makefile b/_templates/cloudflare/cron-tinygo/Makefile index 24eeaf0..beb82a0 100644 --- a/_templates/cloudflare/cron-tinygo/Makefile +++ b/_templates/cloudflare/cron-tinygo/Makefile @@ -4,7 +4,7 @@ dev: .PHONY: build build: - go run github.com/syumai/workers/cmd/workers-assets-gen@v0.23.1 + go run github.com/syumai/workers/cmd/workers-assets-gen@v0.28.1 tinygo build -o ./build/app.wasm -target wasm -no-debug ./... .PHONY: deploy diff --git a/_templates/cloudflare/pages-tinygo/Makefile b/_templates/cloudflare/pages-tinygo/Makefile index 9d0c3b0..686c773 100644 --- a/_templates/cloudflare/pages-tinygo/Makefile +++ b/_templates/cloudflare/pages-tinygo/Makefile @@ -4,7 +4,7 @@ dev: .PHONY: build build: - go run github.com/syumai/workers/cmd/workers-assets-gen@v0.23.1 + go run github.com/syumai/workers/cmd/workers-assets-gen@v0.28.1 tinygo build -o ./build/app.wasm -target wasm -no-debug ./... .PHONY: deploy diff --git a/_templates/cloudflare/worker-go/Makefile b/_templates/cloudflare/worker-go/Makefile index 7f0c8e8..f372706 100644 --- a/_templates/cloudflare/worker-go/Makefile +++ b/_templates/cloudflare/worker-go/Makefile @@ -4,7 +4,7 @@ dev: .PHONY: build build: - go run github.com/syumai/workers/cmd/workers-assets-gen@v0.23.1 -mode=go + go run github.com/syumai/workers/cmd/workers-assets-gen@v0.28.1 -mode=go GOOS=js GOARCH=wasm go build -o ./build/app.wasm . .PHONY: deploy diff --git a/_templates/cloudflare/worker-tinygo/Makefile b/_templates/cloudflare/worker-tinygo/Makefile index 24eeaf0..beb82a0 100644 --- a/_templates/cloudflare/worker-tinygo/Makefile +++ b/_templates/cloudflare/worker-tinygo/Makefile @@ -4,7 +4,7 @@ dev: .PHONY: build build: - go run github.com/syumai/workers/cmd/workers-assets-gen@v0.23.1 + go run github.com/syumai/workers/cmd/workers-assets-gen@v0.28.1 tinygo build -o ./build/app.wasm -target wasm -no-debug ./... .PHONY: deploy