Skip to content

Commit

Permalink
remove build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed Oct 1, 2019
1 parent 6c43c7f commit dd20c14
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 31 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/go.yml

This file was deleted.

21 changes: 17 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,23 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-name: Checkout
uses: actions/checkout@master
-name: Set up Go
uses: actions/setup-go@master
- name: Set up Go 1.12
uses: actions/setup-go@v1
with:
go-version: 1.12
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1

- name: Get dependencies
run: |
go get -v -t -d ./...
if [ -f Gopkg.toml ]; then
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
-name: Run GoReleaser
uses: goreleaser/goreleaser-action@master
with:
Expand Down

0 comments on commit dd20c14

Please # to comment.