Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix Dockerfile go mod download step #1497

Merged
merged 1 commit into from
Apr 13, 2023
Merged

chore: fix Dockerfile go mod download step #1497

merged 1 commit into from
Apr 13, 2023

Conversation

markphelps
Copy link
Collaborator

Fixes error when building local Dockerfile:

 => CACHED [build 6/9] COPY go.sum .                                                                                                  0.0s
 => ERROR [build 7/9] RUN go mod download                                                                                            13.2s
------
 > [build 7/9] RUN go mod download:
#15 13.15 go: go.flipt.io/flipt/errors@v1.19.3 (replaced by ./errors/): reading errors/go.mod: open /home/flipt/errors/go.mod: no such file or directory

@markphelps markphelps requested a review from a team as a code owner April 13, 2023 18:33
@codecov
Copy link

codecov bot commented Apr 13, 2023

Codecov Report

Merging #1497 (34a5d2a) into main (a908fdb) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1497   +/-   ##
=======================================
  Coverage   77.62%   77.62%           
=======================================
  Files          46       46           
  Lines        3611     3611           
=======================================
  Hits         2803     2803           
  Misses        643      643           
  Partials      165      165           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@markphelps markphelps enabled auto-merge (squash) April 13, 2023 18:41
@markphelps markphelps merged commit eb195f8 into main Apr 13, 2023
@markphelps markphelps deleted the fix-dockerfile branch April 13, 2023 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants