mirror of https://github.com/Hilbis/Hilbish
ci: use latest go version
parent
571764a87f
commit
9e5dbfc7e0
|
@ -21,6 +21,8 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.16.2'
|
||||
- name: Build
|
||||
run: make hilbiline
|
||||
|
||||
|
|
Loading…
Reference in New Issue