traefik-config-validator
traefik-config-validator copied to clipboard
[BUG] go install does not work
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
When trying to install the CLI via go install github.com/otto-de/traefik-config-validator, I receive the following error message
go install: github.com/otto-de/[email protected]: module github.com/otto-de/[email protected] found, but does not contain package github.com/otto-de/traefik-config-validator
Expected Behavior
go install ... works
Steps To Reproduce
go install github.com/otto-de/[email protected]
Anything else?
No response
@thomasklinger1234 is there any update on how to install this? Or can you provide alternative how you're using it?
you can run git clone, make install for now.
just use
go install github.com/otto-de/traefik-config-validator/cmd/traefik-config-validator@latest