Makefile: bump golang toolchain for M1 support
This commit bumps the Golang toolchain version used to build Kilo to go 1.16 to support builing kgctl for the arm64 M1 macs. Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.15.7
|
||||
go-version: 1.16.5
|
||||
- name: Make Directory with kgctl Binaries to Be Released
|
||||
run: make release
|
||||
- name: Publish Release
|
||||
|
||||
Reference in New Issue
Block a user