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:
Ayke van Laethem
2022-09-24 10:49:31 +02:00
committed by Ron Evans
parent 25f6be1488
commit 1e6c14b3e4
5 changed files with 9 additions and 19 deletions
-10
View File
@@ -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