mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 06:53:40 +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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user