-
I'm using the Since I install my tools from tools.go, within a container when I try to
If I add gcc and try again it leads to another error:
What do I misunderstand about golangci-lint? I'm not sure I understand why it depends on gcc standard glibc libraries etc.. Could someone help me achieve what I'm trying to do? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
First, I would like to discourage you from using the tools.go pattern because:
golangci-lint doesn't depend on GCC, you have to do that:
|
Beta Was this translation helpful? Give feedback.
First, I would like to discourage you from using the tools.go pattern because:
golangci-lint/go.mod
Line 3 in 10f50c3
golangci-lint doesn't depend on GCC, you have to do that: