mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-03 04:03:25 +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
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.16.2'
|
||||
- name: Build
|
||||
run: make hilbiline
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user