Skip to content

Commit

Permalink
Merge pull request #27 from kubewarden/viccuad-patch-1
Browse files Browse the repository at this point in the history
deps: Bump tinygo to 0.33.0, needed for go 1.23
  • Loading branch information
viccuad authored Aug 26, 2024
2 parents 8e4558e + bd69ee4 commit 41c778e
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 @@ -9,7 +9,7 @@ policy.wasm: $(SOURCE_FILES) go.mod go.sum
--rm \
-e GOFLAGS="-buildvcs=false" \
-v ${PWD}:/src \
-w /src tinygo/tinygo:0.30.0 \
-w /src tinygo/tinygo:0.33.0 \
tinygo build -o policy.wasm -target=wasi -no-debug .

annotated-policy.wasm: policy.wasm metadata.yml
Expand Down

0 comments on commit 41c778e

Please sign in to comment.