Skip to content

Commit

Permalink
Cleaning up lfs environment variable as it is not being used (#11058)
Browse files Browse the repository at this point in the history
Co-authored-by: “Thavachelvam <“[email protected]”>
  • Loading branch information
thavaahariharangit and “Thavachelvam authored Dec 5, 2024
1 parent 10033ae commit 1efb057
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions go_modules/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,3 @@ ENV GOTOOLCHAIN="go1.20.10"
# This pre-installs go 1.20 so that each job doesn't have to do it.
RUN go version
ENV GO_LEGACY=$GOTOOLCHAIN

# Enable automatic pulling of files stored with Git LFS.
# This is crucial for the Go toolchain to correctly compute module hashes in repositories
# with LFS committed files.
# This is relevant only for Go Modules embedding (with //go:embed) large files and does not
# affect repositories that do not commit files to LFS.
ENV GIT_LFS_SKIP_SMUDGE=1

0 comments on commit 1efb057

Please sign in to comment.