Skip to content

Commit 267ab08

Browse files
committed
Revert "Update Go Dockerfile to use a separate directory for caching"
This reverts commit b5bdb25.
1 parent b5bdb25 commit 267ab08

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dockerfiles/go-1.22.Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ FROM golang:1.22-alpine
22

33
ENV CODECRAFTERS_DEPENDENCY_FILE_PATHS="go.mod,go.sum"
44

5-
# By default, Go uses $HOME for GOCACHE. We need to override $HOME in some tests,
6-
# so let's ensure Go uses a different directory for caching.
7-
RUN mkdir -p /cache
8-
ENV GOCACHE=/cache
9-
105
WORKDIR /app
116

127
COPY go.mod go.sum ./

0 commit comments

Comments
 (0)