1
0
mirror of https://github.com/ko-build/ko.git synced 2025-03-20 20:55:00 +02:00

Use Go 1.16+ to release ()

This commit is contained in:
Jason Hall 2021-09-21 15:21:48 -04:00 committed by GitHub
parent 2dced74571
commit 08c6c716f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.13.x
go-version: 1.16.x
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1