vladimirvivien / ktop

A top-like tool for your Kubernetes clusters
Apache License 2.0
747 stars 16 forks source link

chore: fix goreleaser config #47

Closed suzuki-shunsuke closed 3 months ago

suzuki-shunsuke commented 4 months ago

Fixed the release error.

https://github.com/vladimirvivien/ktop/actions/runs/9842852649/job/27172722476

  • only configurations files on version: 2 are supported, yours is version: 0, please update your configuration
  ⨯ release failed after 0s                  error=only configurations files on version: 2 are supported, yours is version: 0, please update your configuration
Error: The process '/opt/hostedtoolcache/goreleaser-action/2.0.1/x64/goreleaser' failed with exit code 1

https://goreleaser.com/deprecations/#brewstap

Test

goreleaser check succeeded.

$ goreleaser -v ```console goreleaser -v ____ ____ _ / ___| ___ | _ \ ___| | ___ __ _ ___ ___ _ __ | | _ / _ \| |_) / _ \ |/ _ \/ _` / __|/ _ \ '__| | |_| | (_) | _ < __/ | __/ (_| \__ \ __/ | \____|\___/|_| \_\___|_|\___|\__,_|___/\___|_| goreleaser: Deliver Go Binaries as fast and easily as possible https://goreleaser.com GitVersion: 2.0.1 GitCommit: 684c1805864e5f29acc204e34e1770eb74918d15 GitTreeState: false BuildDate: 2024-06-11T01:45:52Z BuiltBy: goreleaser GoVersion: go1.22.4 Compiler: gc ModuleSum: h1:Wx2peRnvixEBRKxU6T0Gh+3wlire+Jv2IOW5eNPan3U= Platform: darwin/arm64 ```
$ goreleaser check
  • checking                                 path=.goreleaser.yml
  • 1 configuration file(s) validated
  • thanks for using goreleaser!
vladimirvivien commented 3 months ago

@suzuki-shunsuke I am just seeing this. I already took care of it. Thanks for the PR anyway.