Use golang 1.14 instead of 1.13

Signed-off-by: rick <rick@jenkins-zh.cn>
This commit is contained in:
rick 2020-11-16 10:21:41 +08:00
parent bcbe9a27d2
commit 6d12c47683

View File

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