update release workflow to build with go1.17

This commit is contained in:
Jordan Whited 2022-05-18 10:48:44 -07:00
parent 7940269f17
commit e7a5fe367e

View File

@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.17
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2