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 71960e8 commit 256e220
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 @@ -16,7 +16,7 @@ policy.wasm: $(SOURCE_FILES) go.mod go.sum
--rm \
-e GOFLAGS="-buildvcs=false" \
-v ${PWD}:/src \
-w /src tinygo/tinygo:0.31.2 \
-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 256e220

Please sign in to comment.