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 08af589 commit 7771eac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ 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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package config

0 comments on commit 7771eac

Please sign in to comment.