ci: switch to Go 1.20

This commit is contained in:
Ayke van Laethem
2023-02-02 18:36:54 +01:00
committed by Ayke
parent d8b1fac690
commit 4ce54ede15
5 changed files with 12 additions and 20 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20'
cache: true
- name: Cache LLVM source
uses: actions/cache@v3
@@ -107,7 +107,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20'
cache: true
- name: Build TinyGo
run: go install