Skip to content

Commit

Permalink
update workers-assets-gen command version in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
syumai committed Jan 11, 2024
1 parent 96e080f commit cd485f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _templates/cloudflare/pages-tinygo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dev:

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

.PHONY: deploy
Expand Down
2 changes: 1 addition & 1 deletion _templates/cloudflare/worker-go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dev:

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

.PHONY: deploy
Expand Down
2 changes: 1 addition & 1 deletion _templates/cloudflare/worker-tinygo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dev:

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

.PHONY: deploy
Expand Down

0 comments on commit cd485f7

Please sign in to comment.