ci: switch to Go 1.20

This commit is contained in:
Ayke van Laethem
2023-02-02 18:36:54 +01:00
committed by Ayke
parent d8b1fac690
commit 4ce54ede15
5 changed files with 12 additions and 20 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# tinygo-llvm stage obtains the llvm source for TinyGo
FROM golang:1.19 AS tinygo-llvm
FROM golang:1.20 AS tinygo-llvm
RUN apt-get update && \
apt-get install -y apt-utils make cmake clang-11 ninja-build