Skip to content

Commit 2db45fe

Browse files
authored
Merge pull request #77 from dispatchrun/fix_version
Show correct version
2 parents 5ba89d3 + 51a43c3 commit 2db45fe

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ vendor/
2424
go.work
2525
go.work.sum
2626

27+
# goreleaser
28+
goreleaser/
29+
2730
# Emacs
2831
*~
2932

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ before:
55
hooks:
66
- go mod tidy
77

8+
gomod:
9+
proxy: true
10+
811
builds:
912
- main: .
1013
binary: dispatch

0 commit comments

Comments
 (0)