Skip to content

Commit

Permalink
Merge pull request #886 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update tinygo to 0.35.0
  • Loading branch information
tianon authored Dec 21, 2024
2 parents fb69155 + e2a4110 commit ada5856
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tinygo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV PATH /usr/local/tinygo/bin:$PATH
# https://tinygo.org/getting-started/linux/

# https://github.com/tinygo-org/tinygo/releases
ENV TINYGO_VERSION 0.34.0
ENV TINYGO_VERSION 0.35.0

RUN set -eux; \
savedAptMark="$(apt-mark showmanual)"; \
Expand Down
8 changes: 4 additions & 4 deletions tinygo/versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "2a76ceb7dd5ea5a834ec470b724882564d9681b3",
"ref": "refs/tags/v0.34.0",
"tag": "v0.34.0",
"version": "0.34.0",
"commit": "52983794d702af7a00833ae12b0d2e7175e46017",
"ref": "refs/tags/v0.35.0",
"tag": "v0.35.0",
"version": "0.35.0",
"go": {
"min": {
"version": "1.19"
Expand Down

0 comments on commit ada5856

Please sign in to comment.