-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken cloud builds #108
Comments
https://tip.golang.org/doc/toolchain#config gives an explicit example of "a So I don't know what the Cloud Build setup is doing wrong? |
The Git history of the builder indicates it hasn't upgraded to 1.23 yet, and the AppEngine runtime was still 1.22 -- so at least my upgrade of the Go version was premature. (Golang 1.23 released... in August? But not in the builder yet?) |
siderolabs/conform#251 tracks the same issue.
So apparently the builder is using an older build? But our
|
I added a
I guess it's just using whatever version that worker had cached? Now running a test explicitly asking for the |
#109 to try to fix this. |
OK, deployed from main with #110 ! |
The last couple pushes have failed to deploy, starting with c2e35fc.
c2e35fc failed in
app deploy
:../../google.go.gomod/gopath/pkg/mod/google.golang.org/[email protected]/trace_withtrace.go:26:2: missing go.sum entry for module providing package golang.org/x/net/trace (imported by google.golang.org/grpc); to add:
as well as a couple other missing packages.287482a failed in
go get
:(That's the
go.mod
file for our module.)d20cf6e failed in
go get
, but differently:I don't see this requirement stated in the go.mod file reference; this says any valid Go version should work, "such as 1.9.1.14".
The text was updated successfully, but these errors were encountered: