Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Document direct go install from GitHub#303

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
rotemreiss wants to merge1 commit intogithub:main
base:main
Choose a base branch
Loading
fromrotemreiss:main

Conversation

rotemreiss
Copy link

Closes#302.

Documentation improvement to include direct installation from main branch without cloning the repo locally.

@rotemreissrotemreiss requested a review froma team as acode ownerApril 17, 2025 11:59
Copy link
Collaborator

@williammartinwilliammartin left a comment
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks for the PR. Mixed feelings on this one. I appreciate having the ease of installation but it also hamstrings us if we want to use temporaryreplace directives in thego.mod (as opposed to hard forking a repository and updating all the paths).

This has caused issues before for the GitHub CLI.

Furthermore, our primary distribution mechanism are the releases and we do things like including build metadata:

RUN --mount=type=cache,target=/root/.cache/go-build CGO_ENABLED=0 go build -ldflags="-s -w -X main.version=${VERSION} -X main.commit=$(git rev-parse HEAD) -X main.date=$(date -u +%Y-%m-%dT%H:%M:%SZ)" \
. The more we can steer away from source building the better IMO. Of course, it should always still be an option locally.

SamMorrowDrums reacted with thumbs up emoji
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@williammartinwilliammartinwilliammartin left review comments

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Missing Documentation for Direct Installation from GitHub
2 participants
@rotemreiss@williammartin

[8]ページ先頭

©2009-2025 Movatter.jp