Skip to content

Commit

Permalink
added testing with goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
arnobroekhof committed Nov 12, 2019
1 parent 8fe5a2e commit a74189b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.13.3
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
Expand Down
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
# Make sure to check the documentation at http://goreleaser.com
before:
hooks:
# you may remove this if you don't use vgo
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
- go mod vendor
- go test ./...
builds:
- main: ./cmd/rd2wgs84.go
env:
Expand Down

0 comments on commit a74189b

Please sign in to comment.