Skip to content

Commit

Permalink
Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
J0WI committed Aug 3, 2024
1 parent 3655ad0 commit 2cf1a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tinygo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM golang:1.19-bullseye
FROM golang:1.21-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
Expand Down
2 changes: 1 addition & 1 deletion tinygo/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"tag": "v0.32.0",
"version": "0.32.0",
"go": {
"version": "1.19"
"version": "1.21"
}
}

0 comments on commit 2cf1a2d

Please sign in to comment.