Closed DMRobertson closed 1 year ago
Let's see if this works by checking https://github.com/matrix-org/synapse/actions/runs/6678497686?pr=16567
Still has a warning about go version but unsure we care?
Still has a warning about go version but unsure we care?
Namely:
I think I can fix that too, while I'm at it.
Complement seems to be failing now?
My bet is that the go version declared in complement's go.mod is too low. Which seems like a surprising oversight, but should be easy enough to fix.
My bet is that the go version declared in complement's go.mod is too low. Which seems like a surprising oversight, but should be easy enough to fix.
Sounds like an oversight in the complement CI too then?
My bet is that the go version declared in complement's go.mod is too low. Which seems like a surprising oversight, but should be easy enough to fix.
Sounds like an oversight in the complement CI too then?
More like in complement's dependency/project definitions, but otherwise yes. https://github.com/matrix-org/complement/pull/687 should fix.
complement change landed. Rerunning.
Complement seems happier now.
This should suppress the warnings in test runs, e.g. from https://github.com/matrix-org/synapse/actions/runs/6673818366?pr=16565
and presumably make it mildly quicker to prepare the complement test binary.