setup-go icon indicating copy to clipboard operation
setup-go copied to clipboard

Fix golang download url to go.dev

Open 178inaba opened this issue 10 months ago • 1 comments

Description:

golang.org is redirect to go.dev

$ curl -v 'https://golang.org/dl/?mode=json&include=all'
...
< HTTP/2 301
...
< location: https://go.dev/dl/?mode=json&include=all
...
<a href="https://go.dev/dl/?mode=json&amp;include=all">Moved Permanently</a>.

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.

178inaba avatar Apr 05 '24 18:04 178inaba

Description:

golang.org is redirect to go.dev

$ curl -v 'https://golang.org/dl/?mode=json&include=all'
...
< HTTP/2 301
...
< location: https://go.dev/dl/?mode=json&include=all
...
<a href="https://go.dev/dl/?mode=json&amp;include=all">Moved Permanently</a>.

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.

krylov-krylov avatar Apr 13 '24 22:04 krylov-krylov