ci: switch to Go 1.22

This commit is contained in:
Ayke van Laethem
2024-02-07 12:16:09 +01:00
committed by Ron Evans
parent c47f52b546
commit 5baee9a8ee
5 changed files with 14 additions and 23 deletions
+1 -1
View File
@@ -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 && \