Skip to content

Commit

Permalink
Merge pull request #5 from hazcod/fix/release
Browse files Browse the repository at this point in the history
Fix Releases
  • Loading branch information
hazcod authored Jun 9, 2020
2 parents 2523d69 + 7181dcc commit e3b6998
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 54 deletions.
24 changes: 0 additions & 24 deletions .github/goreleaser.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
stable: true
- name: Download go modules
run: go mod download
- name: Go build
run: make build
run: go build -o /dev/null ./...
28 changes: 0 additions & 28 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit e3b6998

Please sign in to comment.