[PR #3124] [MERGED] Update source installation requirements #16781

Closed
opened 2025-11-02 12:18:58 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3124
Author: @bkcsoft
Created: 12/9/2017
Status: Merged
Merged: 1/16/2018
Merged by: @bkcsoft

Base: masterHead: source-install-go18


📝 Commits (7)

  • 81abc5f Update source installation requirements
  • bdeea5f Use Golang 1.8 for build and test
  • ce7af57 Merge branch 'master' into source-install-go18
  • 0fbda05 Merge branch 'master' into source-install-go18
  • a2d9733 Use golang 1.8 only for single build to see if everything compiles
  • 5a88ce3 Change back edge also for commented out sqlite test
  • 5b3c395 Merge branch 'master' into source-install-go18

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 .drone.yml (+1 -1)
📝 docs/content/doc/installation/from-source.en-us.md (+1 -1)

📄 Description

We require Golang 1.8 since we use net/url.PathEscape which was not introduced until then

url.PathEscape introduction into Golang: 7e2bf952a9
Introduction into Gitea: https://github.com/go-gitea/gitea/pull/2996/files#diff-7e18c3b28c00aad8476da1a8231f6864R109

Closes #3123

Also changed the tests to run against what we state as the requirement...


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/3124 **Author:** [@bkcsoft](https://github.com/bkcsoft) **Created:** 12/9/2017 **Status:** ✅ Merged **Merged:** 1/16/2018 **Merged by:** [@bkcsoft](https://github.com/bkcsoft) **Base:** `master` ← **Head:** `source-install-go18` --- ### 📝 Commits (7) - [`81abc5f`](https://github.com/go-gitea/gitea/commit/81abc5f120d4db6ab2a21985a982e25906a33da6) Update source installation requirements - [`bdeea5f`](https://github.com/go-gitea/gitea/commit/bdeea5f90f42efd1542c9bf5f9e6cc67966079d2) Use Golang 1.8 for build and test - [`ce7af57`](https://github.com/go-gitea/gitea/commit/ce7af57f8adc7b879e85e8deac6235038724da48) Merge branch 'master' into source-install-go18 - [`0fbda05`](https://github.com/go-gitea/gitea/commit/0fbda055a093a0f0f2895deb429ed0ae050a8139) Merge branch 'master' into source-install-go18 - [`a2d9733`](https://github.com/go-gitea/gitea/commit/a2d97331cda65110f03f3d01d85b09f841878a59) Use golang 1.8 only for single build to see if everything compiles - [`5a88ce3`](https://github.com/go-gitea/gitea/commit/5a88ce3229816820423cb4c0fa7d1079c3af921f) Change back edge also for commented out sqlite test - [`5b3c395`](https://github.com/go-gitea/gitea/commit/5b3c395834400f6273fef35f470633e28fe18d58) Merge branch 'master' into source-install-go18 ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.drone.yml` (+1 -1) 📝 `docs/content/doc/installation/from-source.en-us.md` (+1 -1) </details> ### 📄 Description We require Golang 1.8 since we use `net/url.PathEscape` which was not introduced until then `url.PathEscape` introduction into Golang: https://github.com/golang/go/commit/7e2bf952a905f16a17099970392ea17545cdd193 Introduction into Gitea: https://github.com/go-gitea/gitea/pull/2996/files#diff-7e18c3b28c00aad8476da1a8231f6864R109 Closes #3123 Also changed the tests to run against what we state as the requirement... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:18:59 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16781