6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-10 12:34:23 +00:00

Bump Go version to 1.16

This allows Go to build a native binary for Apple Silicon.

GoReleaser is used to build and release this project, GoReleaser
v0.157.0 released on 2021-02-17 will build a fitting binary
automatically as long as Go 1.16 is used. A bump of the Go version
should be everything that's needed to get this working natively on Apple
Silicon.
This commit is contained in:
Markus Cisler
2021-05-04 23:59:23 +02:00
parent f678f4f9d9
commit 70397d1469
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,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.16
- name: Set up Git - name: Set up Git
run: git config --global user.email "grdl@example.com" && git config --global user.name "grdl" run: git config --global user.email "grdl@example.com" && git config --global user.name "grdl"
- name: Run go test - name: Run go test

View File

@@ -14,7 +14,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.16
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2
with: with: