builder: add support for Go 1.20

Not all features work yet, but allow it to compile with this Go version.
This commit is contained in:
Ayke van Laethem
2023-01-13 17:53:55 +00:00
committed by Ron Evans
parent 3177591b31
commit 0d646d8e95
6 changed files with 24 additions and 10 deletions
+8
View File
@@ -105,6 +105,13 @@ jobs:
- test-linux:
llvm: "14"
resource_class: large
test-llvm15-go120:
docker:
- image: golang:1.20-rc-buster
steps:
- test-linux:
llvm: "15"
resource_class: large
workflows:
test-all:
@@ -112,3 +119,4 @@ workflows:
# This tests our lowest supported versions of Go and LLVM, to make sure at
# least the smoke tests still pass.
- test-llvm14-go118
- test-llvm15-go120