Update dependencies for 2.48#12964
Conversation
|
Can you revert the makefile? I don't think we want this permanently. Maybe a temporary exclude in the go.mod is isnough |
|
I think we would have to exclude every version that has this go requirement individually though (there is more than one) which could get messy/break at any time. |
|
you could still revert the makefile for now. |
|
Note there is a comment on the upstream PR that they un-did the change. |
|
Let's use v1.104.1 then, thanks Bryan! |
17da6e1 to
b7f2d87
Compare
|
👍🏻 |
|
Looks like hashicorp/nomad#18311 broke nomad's go 1.20 compatibility |
b7f2d87 to
8b7f6a7
Compare
|
As for the azure deprecation warnings, it looks like it's going to be a somewhat involved process to update to the new libraries (see https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/MIGRATION_GUIDE.md), so for now to get this release out I think we should just ignore it. |
|
Well looks like #11860 does this so I'll take a look at that |
|
Ok #11860 is good to be merged once rebased, so I guess I'll just pull it in here |
Signed-off-by: Levi Harrison <git@leviharrison.dev>
Signed-off-by: Levi Harrison <git@leviharrison.dev>
c928e28 to
ad26630
Compare
|
Ci fails |
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
|
This error comes from the check that Prometheus code builds with the previous Go version: I have pushed a commit to Levi's branch downgrading that one dependency to the latest stamped version before this change (hashicorp/nomad#18311). |
|
Alright thanks 👍. Think we're good to go now? |
Signed-off-by: Levi Harrison <git@leviharrison.dev>
Signed-off-by: Levi Harrison <git@leviharrison.dev>
Signed-off-by: Levi Harrison <git@leviharrison.dev>
Signed-off-by: Levi Harrison <git@leviharrison.dev>
This fixed a failing unit test in tracing_test.go and was made upstream in prometheus/prometheus#12964.
This fixed a failing unit test in tracing_test.go and was made upstream in prometheus/prometheus#12964.
github.com/digitalocean/godo was causing issues at it requires go 1.21 so I added a hack to not update that