Skip to content

Commit

Permalink
build: use goreleaser v0.139.0
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed Jul 14, 2020
1 parent 311f3fe commit b6c24aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: dependencies
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/local/bin v1.24.0
curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sudo sh -s -- -b /usr/local/bin v0.128.0
curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sudo sh -s -- -b /usr/local/bin v0.139.0
# checkout
- name: checkout
Expand Down

0 comments on commit b6c24aa

Please sign in to comment.