Skip to content

Commit

Permalink
deps: Bump tinygo to 0.33.0, needed for go 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad committed Aug 26, 2024
1 parent 97b72da commit 91c0302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ policy.wasm: $(SOURCE_FILES) go.mod go.sum
--rm \
-e GOFLAGS="-buildvcs=false" \
-v ${PWD}:/src \
-w /src tinygo/tinygo:0.28.1 \
-w /src tinygo/tinygo:0.33.0 \
tinygo build -o policy.wasm -target=wasi -no-debug .

artifacthub-pkg.yml: metadata.yml go.mod
Expand Down

0 comments on commit 91c0302

Please sign in to comment.