ci: switch to Go 1.22

This commit is contained in:
Ayke van Laethem
2024-02-07 12:16:09 +01:00
committed by Ron Evans
parent c47f52b546
commit 5baee9a8ee
5 changed files with 14 additions and 23 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
cache: true
- name: Restore LLVM source cache
uses: actions/cache/restore@v4
@@ -145,7 +145,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
cache: true
- name: Build TinyGo (LLVM ${{ matrix.version }})
run: go install -tags=llvm${{ matrix.version }}