try to use gover to install go 1.16beta1

This commit is contained in:
Aaron Bieber 2021-01-20 07:18:19 -07:00
parent b5cb71a0ff
commit c20efd5eaf

View File

@ -14,10 +14,13 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.15
- name: Set up Node
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
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
- name: Build
run: go build -v ./...
run: gover 1.16beta1 build -v ./...