udhos / update-golang

update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion
MIT License
1.86k stars 227 forks source link

Since go 1.28 some permissions in the unzipped go folder #40

Closed mederel closed 12 months ago

mederel commented 1 year ago

We chmod all directories under the install folder to make them readable and executable. We also define the GOROOT now all the time, as it seems required from now one.

udhos commented 1 year ago

Hi, Can you provide some pointers about the need for these changes? I have upgraded several systems to Go 1.21 using the script and didnt't hit the need for these modifications. So I am wondering when they are actually useful. Thanks!