mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
devcontainer: fix golangci-lint install source
Signed-off-by: Lucas Bremgartner <lucas.bremgartner@futurfusion.io>
This commit is contained in:
parent
2c4f51e2f5
commit
64e4daa6cd
@ -97,7 +97,7 @@ RUN go install -v github.com/google/go-licenses@latest && \
|
|||||||
go install -v golang.org/x/tools/cmd/goimports@latest && \
|
go install -v golang.org/x/tools/cmd/goimports@latest && \
|
||||||
go install -v golang.org/x/vuln/cmd/govulncheck@latest && \
|
go install -v golang.org/x/vuln/cmd/govulncheck@latest && \
|
||||||
go install -v mvdan.cc/gofumpt@latest && \
|
go install -v mvdan.cc/gofumpt@latest && \
|
||||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
|
curl -sSfL https://golangci-lint.run/install.sh | sh -s -- -b $(go env GOPATH)/bin
|
||||||
|
|
||||||
# Make dependencies
|
# Make dependencies
|
||||||
COPY Makefile /home/vscode
|
COPY Makefile /home/vscode
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user