diff --git a/.goreleaser.yml b/.goreleaser.yml index 8be29d3..0c4791a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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: diff --git a/README.md b/README.md index f30bb81..3f4b6b0 100644 --- a/README.md +++ b/README.md @@ -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