mirror of https://github.com/Hilbis/Hilbish
ci: use newest 1.16 release of go
parent
f292245c23
commit
8dcd57309f
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '1.16.2'
|
go-version: '1.16.14'
|
||||||
- name: Build
|
- name: Build
|
||||||
run: GOARCH=${{ matrix.goarch }} go build
|
run: GOARCH=${{ matrix.goarch }} go build
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
|
|
Loading…
Reference in New Issue