Fix: error obtaining VCS status: exit status 128. Use -buildvcs=false to disable VCS stamping. (typecheck) #5972
guettli
started this conversation in
Show and tell
Replies: 0 comments
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.
-
In Github Actions we got this:
It worked fine locally.
Here is how we solved it:
In the action add this after checkout before running golangci-lint:
Now the above error is gone.
Beta Was this translation helpful? Give feedback.
All reactions