mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 19:23:25 +00:00
ci: build TinyGo using Go 1.19
We've supported Go 1.19 for a while now, let's actually use it in CI.
This commit is contained in:
committed by
Ron Evans
parent
25f6be1488
commit
1e6c14b3e4
@@ -118,13 +118,6 @@ jobs:
|
||||
steps:
|
||||
- test-linux:
|
||||
llvm: "14"
|
||||
test-llvm14-go119:
|
||||
docker:
|
||||
- image: golang:1.19beta1-buster
|
||||
steps:
|
||||
- test-linux:
|
||||
llvm: "14"
|
||||
fmt-check: false
|
||||
|
||||
workflows:
|
||||
test-all:
|
||||
@@ -132,6 +125,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
|
||||
# This tests a beta version of Go. It should be removed once regular
|
||||
# release builds are built using this version.
|
||||
- test-llvm14-go119
|
||||
|
||||
Reference in New Issue
Block a user