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
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.19'
cache: true
- name: Cache LLVM source
uses: actions/cache@v3