Skip to content

Commit

Permalink
Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
J0WI committed Jan 28, 2024
1 parent a38f0e7 commit cb71b9b
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.18-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.30.0",
"version": "0.30.0",
"go": {
"version": "1.18"
"version": "1.21"
}
}

0 comments on commit cb71b9b

Please sign in to comment.