opentelemetry-go
opentelemetry-go copied to clipboard
chore(ci): update Go versions
1.21.6 and 1.20.13 point releases are out now. Use them in CI.
CI only change skips changelog I believe
I'm not sure this is necessary. The ~ should already make us use the latest patch release within the specified minor.
I'm not sure this is necessary. The
~should already make us use the latest patch release within the specified minor.
And we even additionally have check-latest: true
Ah, yes, so it does, even if the CI names are not descriptive.
I'll retool this PR to instead make the CI job names say "latest 1.20.x", "latest 1.21.x"
Superseded by https://github.com/open-telemetry/opentelemetry-go/pull/4890?