Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] go install does not work #9

Open
1 task done
thomasklinger1234 opened this issue Feb 11, 2022 · 3 comments
Open
1 task done

[BUG] go install does not work #9

thomasklinger1234 opened this issue Feb 11, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@thomasklinger1234
Copy link
Contributor

Is there an existing issue for this?

  • 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/traefik-config-validator@v0.0.2: module github.com/otto-de/traefik-config-validator@v0.0.2 found, but does not contain package github.com/otto-de/traefik-config-validator

Expected Behavior

go install ... works

Steps To Reproduce

  1. go install github.com/otto-de/traefik-config-validator@v0.0.2

Anything else?

No response

@thomasklinger1234 thomasklinger1234 added the bug Something isn't working label Feb 11, 2022
@devcwm
Copy link

devcwm commented Jun 3, 2022

@thomasklinger1234 is there any update on how to install this? Or can you provide alternative how you're using it?

@physikerwelt
Copy link

you can run git clone, make install for now.

@sergeycherepanov
Copy link

just use

go install github.com/otto-de/traefik-config-validator/cmd/traefik-config-validator@latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants