Skip to content

Commit

Permalink
go 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Oct 13, 2019
1 parent 517bceb commit 933b196
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Set up Go
uses: actions/setup-go@master
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
- uses: actions/checkout@master
- uses: actions/setup-go@master
with:
go-version: 1.13.x
- uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 933b196

Please sign in to comment.