Skip to content

fix(worker): add missing go.sum entries, restore clean build#232

Open
mesutoezdil wants to merge 2 commits into
NVIDIA:mainfrom
mesutoezdil:mesutoezdil/fix/worker-go-sum
Open

fix(worker): add missing go.sum entries, restore clean build#232
mesutoezdil wants to merge 2 commits into
NVIDIA:mainfrom
mesutoezdil:mesutoezdil/fix/worker-go-sum

Conversation

@mesutoezdil

@mesutoezdil mesutoezdil commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

src/libraries/go/worker/go.sum was missing the go.mod hash line for two transitive deps (klauspost/compress v1.18.5, pelletier/go-toml/v2 v2.3.0). go build failed on any environment without those already cached.

Tested: go build, go vet, go test ./... pass for every package. go.mod untouched, only go.sum changed.

Refs: NO-REF

go.sum was missing the go.mod hash lines for klauspost/compress
v1.18.5 and pelletier/go-toml/v2 v2.3.0 (only the module hash was
present for each). go build ./... fails outright with "missing go.sum
entry for go.mod file" on any checkout that does not already have
these modules warm in the local module cache, which includes a clean
CI runner.

Added both with go mod download; no go.mod change.

Verified with go build, go vet, and go test ./... (all packages pass).

NO-REF

Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
@mesutoezdil
mesutoezdil requested a review from a team as a code owner July 17, 2026 09:32
@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • src/libraries/go/worker/go.sum is excluded by !**/*.sum

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 25f695ba-229e-4277-bf4a-d33ebac63b81

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant