Skip to content

Commit 90e1e69

Browse files
committed
Removing readonly flag
1 parent 57dbf2b commit 90e1e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/productcatalogservice/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \
1414
--mount=type=bind,source=./src/productcatalogservice/go.mod,target=go.mod \
1515
--mount=type=bind,source=./src/productcatalogservice/tools.go,target=tools.go \
1616
go mod download \
17-
&& go list -e -f '{{range .Imports}}{{.}} {{end}}' tools.go | CGO_ENABLED=0 xargs go install -mod=readonly
17+
&& go list -e -f '{{range .Imports}}{{.}} {{end}}' tools.go | CGO_ENABLED=0 xargs go install
1818

1919
RUN --mount=type=cache,target=/go/pkg/mod/ \
2020
--mount=type=cache,target=/root/.cache/go-build \

0 commit comments

Comments
 (0)