try to use gover to install go 1.16beta1
This commit is contained in:
parent
b5cb71a0ff
commit
c20efd5eaf
7
.github/workflows/go.yml
vendored
7
.github/workflows/go.yml
vendored
@ -14,10 +14,13 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.16
|
go-version: 1.15
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@v2.1.4
|
uses: actions/setup-node@v2.1.4
|
||||||
|
|
||||||
|
- name: Install gover and Go 1.16beta1
|
||||||
|
run: go get suah.dev/gover && gover download 1.16beta1
|
||||||
|
|
||||||
- name: Clone Organice
|
- name: Clone Organice
|
||||||
run: git clone https://github.com/200ok-ch/organice
|
run: git clone https://github.com/200ok-ch/organice
|
||||||
@ -26,5 +29,5 @@ jobs:
|
|||||||
run: cd organice && yarn build && yarn cache clean && rm -rf node_modules && rm -rf .git
|
run: cd organice && yarn build && yarn cache clean && rm -rf node_modules && rm -rf .git
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v ./...
|
run: gover 1.16beta1 build -v ./...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user