Skip to content

Commit

Permalink
Update tinygo to 0.32.0, go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 18, 2024
1 parent 05eb6b8 commit 2d06584
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions tinygo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM golang:1.18-bullseye
FROM golang:1.19-bullseye

# the .deb (as of 0.6.0) installs to /usr/local/tinygo but doesn't add "tinygo" to PATH
ENV PATH /usr/local/tinygo/bin:$PATH
# https://tinygo.org/getting-started/linux/

# https://github.com/tinygo-org/tinygo/releases
ENV TINYGO_VERSION 0.31.2
ENV TINYGO_VERSION 0.32.0

RUN set -eux; \
savedAptMark="$(apt-mark showmanual)"; \
Expand Down
10 changes: 5 additions & 5 deletions tinygo/versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"commit": "6384ecace093df2d0b93915886954abfc4ecfe01",
"ref": "refs/tags/v0.31.2",
"tag": "v0.31.2",
"version": "0.31.2",
"commit": "dd6fa89aa66a5113baa8883d4180ee090f35f784",
"ref": "refs/tags/v0.32.0",
"tag": "v0.32.0",
"version": "0.32.0",
"go": {
"version": "1.18"
"version": "1.19"
}
}

0 comments on commit 2d06584

Please sign in to comment.