CI: Update Go version to 1.15.x

This commit is contained in:
Andrey Nering
2020-09-05 17:57:24 -03:00
parent 71466c9a27
commit 96b8890ecc
2 changed files with 2 additions and 2 deletions

View File

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