docs: explicitly set go version #44

Relates to #40
This commit is contained in:
Dana Woodman 2019-11-29 10:27:29 +09:00 committed by Carlos Alexandro Becker
parent 517240b133
commit 6ec955d9f0
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ jobs:
-
name: Set up Go
uses: actions/setup-go@master
with:
go-version: 1.13.x
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1