2
2
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:
sammyette 2021-05-20 18:31:30 -04:00
parent 571764a87f
commit 9e5dbfc7e0
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5

View File

@ -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