mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 06:23:39 +00:00
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:
committed by
Ron Evans
parent
3177591b31
commit
0d646d8e95
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user