Skip to content

Commit 10d3636

Browse files
committed
Move go.mod and go.sum to top-level dir
Signed-off-by: Christian König <[email protected]>
1 parent b73b071 commit 10d3636

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ updates:
99
open-pull-requests-limit: 10
1010
target-branch: development
1111
- package-ecosystem: gomod
12-
directory: "/src/"
12+
directory: "/"
1313
schedule:
1414
interval: weekly
1515
day: sunday

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apk add --no-cache \
1515

1616
# Download dependencies first to cache them
1717
WORKDIR /app
18-
COPY ./src/go.mod ./src/go.sum ./
18+
COPY ./go.mod ./go.sum ./
1919
RUN go mod download
2020

2121
# Copy the source code and build

src/go.mod go.mod

File renamed without changes.

src/go.sum go.sum

File renamed without changes.

0 commit comments

Comments
 (0)