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
-8
View File
@@ -105,13 +105,6 @@ 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:
@@ -119,4 +112,3 @@ 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