From 361f0838d9bb46b67bdbfda3ce0b43ade81c3b45 Mon Sep 17 00:00:00 2001 From: Lucendio Date: Thu, 17 Feb 2022 00:33:16 +0100 Subject: [PATCH] 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. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9634a3f..19ae2c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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