Skip to content

Commit 229c4a6

Browse files
committed
Use /go/src instead of /go to build project
1 parent fd310db commit 229c4a6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,4 @@ jobs:
5151
push: true
5252
tags: ${{ steps.meta.outputs.tags }}
5353
labels: ${{ steps.meta.outputs.labels }}
54-
cache-from: type=gha
55-
cache-to: type=gha,mode=max
5654

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apk update && \
44
apk add bash jq alpine-sdk sed gawk git ca-certificates curl && \
55
apk add --no-cache gcc musl-dev
66

7-
# WORKDIR /go/src/
7+
WORKDIR /go/src/
88

99
# get dependencies
1010
COPY go.mod go.sum ./

0 commit comments

Comments
 (0)