mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-04 04:33:23 +00:00
ci: use latest go version
This commit is contained in:
parent
571764a87f
commit
9e5dbfc7e0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -21,6 +21,8 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
|
with:
|
||||||
|
go-version: '1.16.2'
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make hilbiline
|
run: make hilbiline
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user