diff options
author | Ayke van Laethem <[email protected]> | 2024-02-07 12:16:09 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-02-20 21:58:09 +0100 |
commit | 5baee9a8ee4f958b8adb4d336fbb6ac522269dfc (patch) | |
tree | 9d29e5e390361ae84a42bfbea08e510b3aa6a69e /Dockerfile | |
parent | c47f52b54607c5dd1453f1fbe949876314c8a342 (diff) | |
download | tinygo-5baee9a8ee4f958b8adb4d336fbb6ac522269dfc.tar.gz tinygo-5baee9a8ee4f958b8adb4d336fbb6ac522269dfc.zip |
ci: switch to Go 1.22
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 75b125a87..3da26425d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # tinygo-llvm stage obtains the llvm source for TinyGo -FROM golang:1.21 AS tinygo-llvm +FROM golang:1.22 AS tinygo-llvm RUN apt-get update && \ apt-get install -y apt-utils make cmake clang-15 ninja-build && \ |