mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-04 09:58:39 +02:00
Merge pull request #7375 from yyforyongyu/fix-linter
ci: fix lint VSC permissions error
This commit is contained in:
commit
a4c3e50ca5
@ -396,7 +396,9 @@ Keysend](https://github.com/lightningnetwork/lnd/pull/7334).
|
||||
builds](https://github.com/lightningnetwork/lnd/pull/7295).
|
||||
|
||||
* Fixed docker image version used in
|
||||
[`tools`](https://github.com/lightningnetwork/lnd/pull/7254).
|
||||
[`tools`](https://github.com/lightningnetwork/lnd/pull/7254) and golangci
|
||||
issue where [it cannot fetch
|
||||
commits](https://github.com/lightningnetwork/lnd/pull/7374).
|
||||
|
||||
### Integration test
|
||||
|
||||
|
@ -11,6 +11,7 @@ RUN cd /tmp \
|
||||
&& mkdir -p /tmp/build/.modcache \
|
||||
&& cd /tmp/tools \
|
||||
&& go install -trimpath -tags=tools github.com/golangci/golangci-lint/cmd/golangci-lint \
|
||||
&& chmod -R 777 /tmp/build/
|
||||
&& chmod -R 777 /tmp/build/ \
|
||||
&& git config --global --add safe.directory /build
|
||||
|
||||
WORKDIR /build
|
||||
|
Loading…
x
Reference in New Issue
Block a user