Skip to content

fix: Updates go_url to correct location#89

Closed
jsnctl wants to merge 1 commit intospiffe:mainfrom
jsnctl:jsnctl/fix-makefile-gourl
Closed

fix: Updates go_url to correct location#89
jsnctl wants to merge 1 commit intospiffe:mainfrom
jsnctl:jsnctl/fix-makefile-gourl

Conversation

@jsnctl
Copy link
Copy Markdown

@jsnctl jsnctl commented Jan 26, 2026

Running a fresh make was failing for me as follows:

💤 spire-api-sdk/ make                                                                            (main)
go_url: https://storage.googleapis.com/golang/go1.23.0.linux-amd64.tar.gz
Installing go1.23.0...
curl: (22) The requested URL returned error: 403

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
make: *** [Makefile:106: go-check] Error 2

It appears as if the canonical location for these dependencies has recently been updated, and the https://storage.googleapis.com/golang/* repository no longer applies. See also: actions/go-versions#127

This fix updates the go_url value to the new go.dev/dl URL (as outlined in the above issues)

Signed-off-by: Jason Costello <jason@cofide.io>
@jsnctl jsnctl force-pushed the jsnctl/fix-makefile-gourl branch from 44f2588 to fcf109e Compare January 26, 2026 00:20
@sorindumitru
Copy link
Copy Markdown
Contributor

Sorry we missed this, but it should be fixed now on main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants