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

fix: check command go and xcaddy in build-static.sh #1298

Merged
merged 5 commits into from
Jan 8, 2025

Conversation

ddevsr
Copy link
Contributor

@ddevsr ddevsr commented Dec 31, 2024

Checking command go:

+ type go
+ echo 'The "go" command must be installed. We strongly recommended installed Homebrew for automatically install Golang'
The "go" command must be installed. We strongly recommended installed Homebrew for automatically install Golang
+ exit 1

Checking command xcaddy:

+ type xcaddy
+ echo 'Something went wrong after running "go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest".'
Something went wrong after running "go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest".
++ go env GOPATH
+ PATH_USER_DOWNLOAD_GO=/root/go/bin
+ '[' -z /root/go/bin ']'
+ echo 'Your user-downloads package in Go = /root/go/bin'
Your user-downloads package in Go = /root/go/bin

build-static.sh Outdated Show resolved Hide resolved
build-static.sh Outdated Show resolved Hide resolved
build-static.sh Outdated Show resolved Hide resolved
@dunglas dunglas merged commit 72120d7 into dunglas:main Jan 8, 2025
8 checks passed
@dunglas
Copy link
Owner

dunglas commented Jan 8, 2025

Thank you!

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