Docker simple install isn't working for me out of the box #2767
Unanswered
alexTheJumbo
asked this question in
Q&A
Replies: 2 comments 3 replies
-
If you only pipe to
|
Beta Was this translation helpful? Give feedback.
1 reply
-
@bombsimon > [3/3] RUN /tmp/golangci-lint version:
#6 0.252 /bin/sh: 1: /tmp/golangci-lint: not found The weird thing is that this used to work before: RUN wget -O - -q https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.45.2
RUN golangci-lint --version Suddenly the CI job is broken. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Welcome
Description of the problem
This simple Docker install isn't working for me:
The output is:
Version of golangci-lint
Configuration file
Go environment
Verbose output of running
Code example or link to a public repository
// Irrelevant
Beta Was this translation helpful? Give feedback.
All reactions