Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Jan 21, 2025
1 parent 7771eac commit f8440f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ FROM golang:1.22 as builder

# set goproxy=direct
ENV GOPROXY direct
ENV GOINSECURE go.opencensus.io

WORKDIR /workspace
# Copy the Go Modules manifests
COPY go.mod go.mod
COPY go.sum go.sum
# cache deps before building and copying source so that we don't need to re-download as much
# and so that source changes don't invalidate our downloaded layer
RUN go get -v -d -t -insecure go.opencensus.io # temporary

RUN go mod download

# Copy the go source
Expand Down

0 comments on commit f8440f2

Please sign in to comment.