Skip to content

Commit

Permalink
fix go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
sadayuki-matsuno committed Apr 15, 2020
1 parent 1a76fab commit a12709a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ builds:
binary: git-credential-substitute
ldflags:
- -s -w
- -X main.Version={{.Version}}
- -X main.version={{.Version}}
env:
- CGO_ENABLED=0
goos:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ If you are using multiple github accounts, it uses the information of the organi

[日本語記事](https://qiita.com/sadayuki-matsuno/items/8df9469d2914078827b4)


# Dependency

- go version: < 1.13
- go version requires 1.13 or higher.

# Installation

Expand Down

0 comments on commit a12709a

Please sign in to comment.