Bump Go build version to 1.17

Motivation: make darwin_arm64 artifact available as part of the release

The *Installation instructions* already refers to Go v1.17 and above, and
the README.md states:

  *We recommend always using the newest stable release of Go.*

Please note, that is not yet a working change set. It appears that a

  go mod tidy

is needed to make the build step work.
This commit is contained in:
Lucendio 2022-02-17 00:33:16 +01:00 committed by Stanisław Barzowski
parent f699b0ea42
commit 361f0838d9

View File

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