Till!
Till!
This sounds like a great idea. @bcoe can you merge master again? I'd like to test this as well.
@lkysow is there a manual way to clear services registered through this or is my best bet to delete consul and try again?
@lkysow that doesn't seem to work. A quick google told me that I have to fetch a service ID in order to unregister the service. At least that is what...
> Hey I think you need to use the catalog deregister endpoints. Not the agent endpoints. Sorry for not being exact, I'm not at my laptop. Thank you, much appreciated!...
@pascal-hofmann Did you manage to overcome this? I seem to have arrived here as well.
@pascal-hofmann thanks :)
You need to install nodejs in your container.
Same^W^Similar. I added it (to a private repository) via PR. And that worked. Rebased another PR, which it fails with "no go files to analyze": ``` Running [/home/runner/golangci-lint-1.28.1-linux-amd64/golangci-lint run --out-format=github-actions]...
I think I figured it out: The action took golang-ci from my project's `go.mod`. And that version is incompatible with the action.
I have to play with the versions also, when I upgrade I get a ton of issues and deprecated linters, etc.. But no matching files is gone.