cucumber / gherkin

A parser and compiler for the Gherkin language.
MIT License
188 stars 62 forks source link

go: upgrade messages to v22 #133

Closed dolmen closed 1 year ago

dolmen commented 1 year ago

Upgrade github.com/cucumber/messages/go from v21 to v22.

🤔 What's changed?

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?

♻️ Anything particular you want feedback on?

No.

📋 Checklist:

dolmen commented 1 year ago

Cc: @krichprollsch

dolmen commented 1 year ago

@mpkorstanje

  1. Rebased (with conflict resolved)
  2. CHANGELOG entry added
dolmen commented 1 year ago

Ping @mpkorstanje

mpkorstanje commented 1 year ago

Cheers!