redpanda-data / redpanda-data/connect

Reference: https://github.com/redpanda-data/connect/pull/3900

Open
#3,901 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.