Skip to content

Commit

Permalink
flow.Dockerfile: rm -f go.work* (#2453)
Browse files Browse the repository at this point in the history
go 1.23.5 released, but image is still 1.23.4

go.work is used for gopls to work correctly,
not required for build but version mismatch breaks build
  • Loading branch information
serprex authored Jan 17, 2025
1 parent 5c32275 commit 9e85860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stacks/flow.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN go mod download

# Copy all the code
COPY flow .
RUN rm -f go.work*

# build the binary from flow folder
WORKDIR /root/flow
Expand Down

0 comments on commit 9e85860

Please sign in to comment.