mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-21 04:49:04 +00:00
all: support Go 1.22
This adds initial support for Go 1.22. Not all new features are supported yet.
This commit is contained in:
@@ -105,6 +105,13 @@ jobs:
|
||||
- test-linux:
|
||||
llvm: "15"
|
||||
resource_class: large
|
||||
test-llvm16-go122:
|
||||
docker:
|
||||
- image: golang:1.22-rc-bullseye
|
||||
steps:
|
||||
- test-linux:
|
||||
llvm: "16"
|
||||
resource_class: large
|
||||
test-llvm17-go121:
|
||||
docker:
|
||||
- image: golang:1.21-bullseye
|
||||
@@ -119,5 +126,7 @@ workflows:
|
||||
# This tests our lowest supported versions of Go and LLVM, to make sure at
|
||||
# least the smoke tests still pass.
|
||||
- test-llvm15-go118
|
||||
# This tests the upcoming Go 1.22 support.
|
||||
- test-llvm16-go122
|
||||
# This tests the upcoming LLVM 17 support.
|
||||
- test-llvm17-go121
|
||||
|
||||
Reference in New Issue
Block a user