all: Go 1.21 support

This commit is contained in:
Ayke van Laethem
2023-07-06 12:01:52 +02:00
committed by Ron Evans
parent c25dd0a972
commit a93f0ed12a
16 changed files with 76 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.20'
go-version: '1.21.0-rc.4'
cache: true
- name: Restore LLVM source cache
uses: actions/cache/restore@v3
@@ -126,7 +126,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21.0-rc.4'
cache: true
- name: Build TinyGo
run: go install
+5 -5
View File
@@ -18,7 +18,7 @@ jobs:
# statically linked binary.
runs-on: ubuntu-latest
container:
image: golang:1.20-alpine
image: golang:1.21rc4-alpine
steps:
- name: Install apk dependencies
# tar: needed for actions/cache@v3
@@ -135,7 +135,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21.0-rc.4'
cache: true
- name: Install wasmtime
run: |
@@ -177,7 +177,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21.0-rc.4'
cache: true
- name: Install Node.js
uses: actions/setup-node@v3
@@ -290,7 +290,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21.0-rc.4'
cache: true
- name: Restore LLVM source cache
uses: actions/cache/restore@v3
@@ -407,7 +407,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21.0-rc.4'
cache: true
- name: Restore LLVM source cache
uses: actions/cache/restore@v3
+4 -4
View File
@@ -35,7 +35,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21.0-rc.4'
cache: true
- name: Restore cached LLVM source
uses: actions/cache/restore@v3
@@ -143,7 +143,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21.0-rc.4'
cache: true
- name: Download TinyGo build
uses: actions/download-artifact@v2
@@ -173,7 +173,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21.0-rc.4'
cache: true
- name: Download TinyGo build
uses: actions/download-artifact@v2
@@ -209,7 +209,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21.0-rc.4'
cache: true
- name: Download TinyGo build
uses: actions/download-artifact@v2