File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4646 - uses : azure/setup-kubectl@v4
4747 - uses : fermyon/actions/spin/setup@v1
4848 with :
49- version : " v2.4.2 "
49+ version : " v2.7.0 "
5050
5151 - name : Setup build env
5252 run : |
Original file line number Diff line number Diff line change 1- FROM --platform=${BUILDPLATFORM} rust:1.71 AS build
1+ FROM --platform=${BUILDPLATFORM} rust:1.79 AS build
22WORKDIR /opt/build
33COPY . .
44RUN rustup target add wasm32-wasi && cargo build --target wasm32-wasi --release
55
6- FROM --platform=linux/amd64 golang:1.21.3 -bullseye AS build-go
6+ FROM --platform=linux/amd64 golang:1.23.2 -bullseye AS build-go
77WORKDIR /opt/build
88COPY . .
9- RUN curl -LO https://github.com/tinygo-org/tinygo/releases/download/v0.30 .0/tinygo_0.30 .0_amd64.deb && dpkg -i tinygo_0.30 .0_amd64.deb
9+ RUN curl -LO https://github.com/tinygo-org/tinygo/releases/download/v0.34 .0/tinygo_0.34 .0_amd64.deb && dpkg -i tinygo_0.34 .0_amd64.deb
1010RUN cd go-hello && tinygo build -target=wasi -o spin_go_hello.wasm main.go
1111
1212FROM scratch
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ sudo rustup target add wasm32-wasi && sudo rustup target add wasm32-unknown-unkn
88
99# # setup tinygo. required for building test spin app
1010echo " setting up tinygo"
11- wget https://github.com/tinygo-org/tinygo/releases/download/v0.30 .0/tinygo_0.30 .0_amd64.deb
12- sudo dpkg -i tinygo_0.30 .0_amd64.deb
13- rm tinygo_0.30 .0_amd64.deb
11+ wget https://github.com/tinygo-org/tinygo/releases/download/v0.34 .0/tinygo_0.34 .0_amd64.deb
12+ sudo dpkg -i tinygo_0.34 .0_amd64.deb
13+ rm tinygo_0.34 .0_amd64.deb
You can’t perform that action at this time.
0 commit comments