redpanda-data / redpanda-data/connect
Reference: https://github.com/redpanda-data/connect/pull/3900
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 8.8k
- Forks
- 969
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 64
Description
this line should be changed to use go-version-file.
Does that ring true?
this line should use actions/checkout@v6
In fact, basically any instance of actions/checkout needs to be actions/checkout@v6, and the setup-go action should always be configured to use the project's go.mod file for version information.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the workflow files and the referenced lines in pull request 3900, then search the repository for every actions/checkout and setup-go usage. Update the checkout actions and configure setup-go to read version information from go.mod; done means all instances follow those conventions and the workflow checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, go
- Domain
- ci-cd
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100