mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 12:03:41 +00:00
ci: updated supported go versions from 1.15-1.17 to 1.16-1.18
This commit is contained in:
@@ -102,15 +102,15 @@ commands:
|
||||
- run: make fmt-check
|
||||
|
||||
jobs:
|
||||
test-llvm11-go115:
|
||||
test-llvm11-go116:
|
||||
docker:
|
||||
- image: circleci/golang:1.15-buster
|
||||
- image: circleci/golang:1.16-buster
|
||||
steps:
|
||||
- test-linux:
|
||||
llvm: "11"
|
||||
test-llvm12-go116:
|
||||
test-llvm12-go117:
|
||||
docker:
|
||||
- image: circleci/golang:1.16-buster
|
||||
- image: circleci/golang:1.17-buster
|
||||
steps:
|
||||
- test-linux:
|
||||
llvm: "12"
|
||||
@@ -118,5 +118,5 @@ jobs:
|
||||
workflows:
|
||||
test-all:
|
||||
jobs:
|
||||
- test-llvm11-go115
|
||||
- test-llvm12-go116
|
||||
- test-llvm11-go116
|
||||
- test-llvm12-go117
|
||||
|
||||
@@ -10,12 +10,12 @@ on:
|
||||
jobs:
|
||||
build-macos:
|
||||
name: build-macos
|
||||
runs-on: macos-10.15
|
||||
runs-on: macos-10.16
|
||||
steps:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.17'
|
||||
go-version: '1.18'
|
||||
- name: Install Dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.17'
|
||||
go-version: '1.18'
|
||||
- name: Cache Go
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
@@ -108,7 +108,7 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.17'
|
||||
go-version: '1.18'
|
||||
- name: Install wasmtime
|
||||
run: |
|
||||
curl https://wasmtime.dev/install.sh -sSf | bash
|
||||
@@ -160,7 +160,7 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.17'
|
||||
go-version: '1.18'
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.17'
|
||||
go-version: '1.18'
|
||||
- uses: brechtm/setup-scoop@v2
|
||||
- name: Install Dependencies
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user