Skip to content

Commit

Permalink
chore(deps): update tinygo to v0.34.0 and go to v1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Nov 21, 2024
1 parent d7e8d8f commit acf3db3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
registry-url: "https://registry.npmjs.org"

- run: |
wget -P ${{ runner.temp }} https://github.com/tinygo-org/tinygo/releases/download/v0.31.2/tinygo_0.31.2_amd64.deb
yes | sudo dpkg -i ${{ runner.temp }}/tinygo_0.31.2_amd64.deb
wget -P ${{ runner.temp }} https://github.com/tinygo-org/tinygo/releases/download/v0.34.0/tinygo_0.34.0_amd64.deb
yes | sudo dpkg -i ${{ runner.temp }}/tinygo_0.34.0_amd64.deb
- name: Build
run: scripts/build.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
node-version-file: ".node-version"

- run: |
wget -P ${{ runner.temp }} https://github.com/tinygo-org/tinygo/releases/download/v0.31.2/tinygo_0.31.2_amd64.deb
yes | sudo dpkg -i ${{ runner.temp }}/tinygo_0.31.2_amd64.deb
wget -P ${{ runner.temp }} https://github.com/tinygo-org/tinygo/releases/download/v0.34.0/tinygo_0.34.0_amd64.deb
yes | sudo dpkg -i ${{ runner.temp }}/tinygo_0.34.0_amd64.deb
- name: Build
run: scripts/build.sh
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/wasm-fmt/gofmt

go 1.22.2
go 1.23.3

0 comments on commit acf3db3

Please sign in to comment.