-
Notifications
You must be signed in to change notification settings - Fork 2
move to openaudio sdk #536
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
Conversation
rickyrombo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#14 [builder 4/6] RUN go mod download
#14 0.053 go: go.mod requires go >= 1.25 (running go 1.24.10; GOTOOLCHAIN=local)
#14 ERROR: process "/bin/sh -c go mod download" did not complete successfully: exit code: 1
------
> [builder 4/6] RUN go mod download:
0.053 go: go.mod requires go >= 1.25 (running go 1.24.10; GOTOOLCHAIN=local)
what happened here?
|
@rickyrombo openaudio uses go 1.25 and api had the docker image pinned to go 1.24. needed to update there. |
Dockerfile
Outdated
| @@ -1,4 +1,4 @@ | |||
| FROM golang:1.24-alpine AS builder | |||
| FROM golang:1.25-alpine AS builder | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rickyrombo this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go: no such tool "covdata"
guessing this is related
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep runner on older version too!
same code but we now can use the semver releases on go-openaudio to pin