mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-09 07:47:12 +02:00
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:
parent
f699b0ea42
commit
361f0838d9
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
name: Set up Go
|
name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.14
|
go-version: 1.17
|
||||||
-
|
-
|
||||||
name: Run GoReleaser
|
name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v2
|
uses: goreleaser/goreleaser-action@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user