You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is recommended if we do not want to upgrade, should we simply build the latest release from source? Is there an easy way to specify a version number when building from source?
What is recommended if we do not want to upgrade, should we simply build the latest release from source? Is there an easy way to specify a version number when building from source?
If you download at caddyserver.com/download, you'd get the latest release.
When building from source, you can always checkout a specific revision or release.
1. Which version of Caddy are you using (
caddy -version
)?Caddy (untracked dev build) (unofficial)
72d0deb
2. What are you trying to do?
The latest changes on 72d0deb will break the builds that use previous versions of Go. (only works on 1.12)
These changes caused our tests to fail too. For more information you can check: https://travis-ci.org/txtdirect/txtdirect/jobs/498581871
3. What is your Caddyfile?
4. How did you run Caddy (give the full command and describe the execution environment)?
I used our custom build that injects our plugin to caddy. (Don't think its needed but can post the build process too)
5. Please paste any relevant HTTP request(s) here.
6. What did you expect to see?
Not fail and work fine on previous versions
7. What did you see instead (give full error messages and/or log)?
Fails on previous Go versions.
8. Why is this a bug, and how do you think this should be fixed?
It's bug because it causes builds on previous versions to fail. Not sure how you can handle this and fix it.
9. What are you doing to work around the problem in the meantime?
Using previous versions of caddy
10. Please link to any related issues, pull requests, and/or discussion.
#2399, 72d0deb
The text was updated successfully, but these errors were encountered: