go-jira / jira

simple jira command line client in Go
Apache License 2.0
2.66k stars 323 forks source link

Cannot install with go get on Mac #452

Closed bougyman closed 1 year ago

bougyman commented 2 years ago
% go version
go version go1.17.3 darwin/amd64
tvanderpoel@C02ZQ40JMD6R ~
 % GO111MODULE=on go get github.com/go-jira/jira/cmd/jira
go get: installing executables with 'go get' in module mode is deprecated.
        Use 'go install pkg@version' instead.
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
bougyman commented 2 years ago

% GO111MODULE=on go install github.com/go-jira/jira/cmd/jira@latest works. Getting a PR up for the documentation update.

georgettica commented 2 years ago

there is no need for GO111MODULE=on tested locally and it works

aside of that I approve