You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wanting to implement jiralert but running into a couple problems:
Each packaged release after v1.0 does not include a binary file
When trying to build using recommended command: $ go get github.com/prometheus-community/jiralert/cmd/jiralert
I get error because 'get' is deprecated and should use 'install' instead. So i do and install occurs, after install command 'jiralert' does not work and returns not found.
Please help me with proper/updated steps to acquiring the binary for latest release, thanks!
The text was updated successfully, but these errors were encountered:
I am wanting to implement jiralert but running into a couple problems:
I get error because 'get' is deprecated and should use 'install' instead. So i do and install occurs, after install command 'jiralert' does not work and returns not found.
Please help me with proper/updated steps to acquiring the binary for latest release, thanks!
The text was updated successfully, but these errors were encountered: