We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a80fe commit 06f1a73Copy full SHA for 06f1a73
Dockerfile.builder
@@ -26,7 +26,6 @@ WORKDIR /neutron
26
COPY go.mod go.sum ./
27
RUN --mount=type=cache,target=/root/.cache/go-build \
28
--mount=type=cache,target=/root/go/pkg/mod \
29
- --mount=type=ssh \
30
go mod download
31
32
# Cosmwasm - Download correct libwasmvm version
0 commit comments