Skip to content

Comments

[bug]:fix go.mod#10

Merged
orangekame3 merged 1 commit intomainfrom
fix-gomod
Jun 28, 2024
Merged

[bug]:fix go.mod#10
orangekame3 merged 1 commit intomainfrom
fix-gomod

Conversation

@orangekame3
Copy link
Owner

@orangekame3 orangekame3 commented Jun 28, 2024

📃 Ticket

#9

✍ Description

✅ Checked

FROM golang:1.20

WORKDIR /app

RUN go install github.com/orangekame3/mk@fix-gomod

CMD ["mk"]
❯❯❯ docker build -t mk-test .
[+] Building 15.3s (7/7) FINISHED                                               docker:desktop-linux
 => [internal] load build definition from Dockerfile                                            0.0s
 => => transferring dockerfile: 131B                                                            0.0s
 => [internal] load metadata for docker.io/library/golang:1.20                                  1.6s
 => [internal] load .dockerignore                                                               0.0s
 => => transferring context: 2B                                                                 0.0s
 => [1/3] FROM docker.io/library/golang:1.20@sha256:8f9af7094d0cb27cc783c697ac5ba25efdc4da35f8  0.0s
 => CACHED [2/3] WORKDIR /app                                                                   0.0s
 => [3/3] RUN go install github.com/orangekame3/mk@fix-gomod                                   13.4s
 => exporting to image                                                                          0.2s 
 => => exporting layers                                                                         0.2s 
 => => writing image sha256:dc82ca46198d7547b6881c3baf2d00b6b910fcdfd8e4798a4abd73981e56f836    0.0s 
 => => naming to docker.io/library/mk-test  

@orangekame3 orangekame3 self-assigned this Jun 28, 2024
@orangekame3 orangekame3 linked an issue Jun 28, 2024 that may be closed by this pull request
@orangekame3 orangekame3 changed the title fix-gomod [bug]:fix go.mod Jun 28, 2024
@github-actions
Copy link
Contributor

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 33 0 0.06s
✅ GO revive 8 0 16.96s
✅ MARKDOWN markdownlint 2 0 0 2.22s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@orangekame3 orangekame3 merged commit a909ffd into main Jun 28, 2024
@orangekame3 orangekame3 deleted the fix-gomod branch June 28, 2024 02:06
@orangekame3 orangekame3 mentioned this pull request Jun 28, 2024
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.

Missing support for latest Debian stable / Go version 1.21.0

1 participant