Skip to content

Commit

Permalink
mk: upgrade to TinyGo 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursunny committed Jun 21, 2024
1 parent 0809f2b commit b35ada0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
sudo dpkg -i tinygo_${TINYGO_VERSION}_amd64.deb
working-directory: /tmp
env:
TINYGO_VERSION: "0.31.2"
TINYGO_VERSION: "0.32.0"
- name: Build for Linux without cgo
run: |
go build -v -o /dev/null ./ndn/...
Expand Down

0 comments on commit b35ada0

Please sign in to comment.