OpenSLO / oslo

CLI tool for the OpenSLO spec
Apache License 2.0
202 stars 35 forks source link

chore: Move main.go to subfolder under cmd #280

Closed nieomylnieja closed 8 months ago

nieomylnieja commented 8 months ago

Main changes

In order for go install to automatically name the binary it installs as oslo we have to create artificial folder nesting in cmd. Currently, while go install is possible, it will create a cmd binary which will require manual renaming.

Additional changes

Corrected deprecated (and since 1.19.0 removed) Goreleaser config option --> https://goreleaser.com/deprecations/#archivesreplacements.