ci: build with 1.17

windows-fixes
TorchedSammy 2022-02-27 19:38:59 -04:00
parent 8dcd57309f
commit babb870383
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

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