Conversation
|
e07c5f5 to
d55cd80
Compare
c86b535 to
461d381
Compare
|
@178inaba - could you resolve the conflicts, please? Hopefully it would help to get this small change finally landed 🙏 |
|
@dmitris |
|
Hi @178inaba , |
daa46e9 to
aacd71f
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the Go download URL from the legacy golang.org domain to the current go.dev domain, as golang.org now redirects to go.dev.
Changes:
- Replaced hardcoded
golang.orgURL with a constantGOLANG_DOWNLOAD_URLpointing togo.dev - Updated documentation reference to reflect the new URL
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/installer.ts | Introduced GOLANG_DOWNLOAD_URL constant and replaced two instances of hardcoded golang.org URL |
| README.md | Updated documentation link from golang.org to go.dev |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Hi @priyagupta108 , thanks for the review! I've rebased my branch onto the latest main. Please take a look when you have a chance. |
Description:
golang.org is redirect to go.dev
Related issue:
None.
Check list:
[ ] Mark if documentation changes are required.[ ] Mark if tests were added or updated to cover the changes.Since it's only a change in the URL, it seems that no additions to documentation or testing are necessary.