Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
stefink committed Jul 20, 2022
1 parent 41d9ddb commit 2c42672
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ jobs:
distribution: goreleaser
version: latest
args: release --rm-dist
goarch: amd64
workdir: src
binary: datasage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

project_name: datasage
build:
main: src/main.go
binary: datasage
goarch: amd64

0 comments on commit 2c42672

Please sign in to comment.