Try workaround for proxy issue.
Some checks failed
Test / Run unit tests (pull_request) Failing after 47s
Test / Run integration tests (pull_request) Failing after 2m19s

This commit is contained in:
Thomas E Lackey 2023-07-10 13:45:48 -05:00
parent 2af53524bf
commit fec6393913

View File

@ -15,7 +15,7 @@ RUN [ -n "$GIT_VDBTO_TOKEN" ] && \
rm -f ~/.gitconfig
COPY . .
RUN go build --tags linkgeth --buildmode=plugin --trimpath -o statediff.so ./main
RUN GOPROXY=off go build --tags linkgeth --buildmode=plugin --trimpath -o statediff.so ./main
FROM alpine:3.18