Upgrade github.com/cucumber/messages/go from v21 to v22.
🤔 What's changed?
Change import in dialects_builtin.go.jq
Regenerate dialects_builtin.go
Change imports in other *.go.
go mod tidy to remove references to v21 and its dependencies
The changes were fully automated from CLI (note that those commands could be used to add a target in the Makefile):
$ cd go
$ sed -i '' 's!github.com/cucumber/messages/go/v21!github.com/cucumber/messages/go/v22!' dialects_builtin.go.jq
$ make dialects_builtin.go
$ sed -i '' 's!"github.com/cucumber/messages/go/v21"!"github.com/cucumber/messages/go/v22"!' *.go main/*.go
$ go mod tidy
⚡️ What's your motivation?
The renovate bot does a bad job. It doesn't update version references in Go sources. We can't trust it for Go.
🏷️ What kind of change is this?
:bank: Refactoring/debt/DX (improvement to code design, tooling, documentation etc. without changing behaviour)
Upgrade
github.com/cucumber/messages/go
fromv21
tov22
.🤔 What's changed?
go mod tidy
to remove references tov21
and its dependenciesThe changes were fully automated from CLI (note that those commands could be used to add a target in the Makefile):
⚡️ What's your motivation?
The renovate bot does a bad job. It doesn't update version references in Go sources. We can't trust it for Go.
🏷️ What kind of change is this?
♻️ Anything particular you want feedback on?
No.
📋 Checklist: