2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 03:33:22 +00:00

ci: use newest 1.16 release of go

This commit is contained in:
TorchedSammy 2022-02-27 19:32:16 -04:00
parent f292245c23
commit 8dcd57309f
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.16.2'
go-version: '1.16.14'
- name: Build
run: GOARCH=${{ matrix.goarch }} go build
- uses: actions/upload-artifact@v2