-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use even simpler go.mod in repo root
- Loading branch information
1 parent
ffaa60d
commit b5c8ef1
Showing
8 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ LABEL maintainer="Target Brands, Inc. [email protected]" | |
# Copy source files and set the working directory | ||
COPY ./src/go/ /go/src/github.com/target/strelka/src/go/ | ||
WORKDIR /go/src/github.com/target/strelka/src/go/ | ||
COPY go.* /go/src/github.com/target/strelka | ||
|
||
# Statically compile and output to tmp | ||
RUN go mod download && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ LABEL maintainer="Target Brands, Inc. [email protected]" | |
# Copy source files and set the working directory | ||
COPY ./src/go/ /go/src/github.com/target/strelka/src/go/ | ||
WORKDIR /go/src/github.com/target/strelka/src/go/ | ||
COPY go.* /go/src/github.com/target/strelka | ||
|
||
# Statically compile and output to tmp | ||
RUN go mod download && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ LABEL maintainer="Target Brands, Inc. [email protected]" | |
# Copy source files and set the working directory | ||
COPY ./src/go/ /go/src/github.com/target/strelka/src/go/ | ||
WORKDIR /go/src/github.com/target/strelka/src/go/ | ||
COPY go.* /go/src/github.com/target/strelka | ||
|
||
# Statically compile and output to tmp | ||
RUN go mod download && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ LABEL maintainer="Target Brands, Inc. [email protected]" | |
# Copy source files and set the working directory | ||
COPY ./src/go/ /go/src/github.com/target/strelka/src/go/ | ||
WORKDIR /go/src/github.com/target/strelka/src/go/ | ||
COPY go.* /go/src/github.com/target/strelka | ||
|
||
# Statically compile and output to /tmp | ||
RUN go mod download && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ LABEL maintainer="Target Brands, Inc. [email protected]" | |
# Copy source files and set the working directory | ||
COPY ./src/go/ /go/src/github.com/target/strelka/src/go/ | ||
WORKDIR /go/src/github.com/target/strelka/src/go/ | ||
COPY go.* /go/src/github.com/target/strelka | ||
|
||
# Statically compile and output to tmp | ||
RUN go mod download && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/target/strelka/src/go | ||
module github.com/target/strelka | ||
|
||
go 1.19 | ||
|
||
|
File renamed without changes.