hashgraph / hashgraph/solo-weaver

Add github.com/hashgraph/solo-operator to solo-weaver go.mod

Open Beginner friendly
#861 0 comments 0 reactions 0 assignees View on GitHub
Improvement Story
Dominant language
Go
Stars
3
Forks
0
Avg merge
3d 5h
Merged PRs (30d)
47

Description

**Epic:** #1081

Add `github.com/hashgraph/solo-operator` as a Go module dependency in solo-weaver's `go.mod`, pinned to the version that introduces `pkg/jobs`. Import only the `pkg/jobs` sub-package — not the API types or controller packages.

```
go get github.com/hashgraph/solo-operator@v
```

## Acceptance Criteria
- [ ] `go.mod` and `go.sum` updated
- [ ] Only `pkg/jobs` sub-package imported (no `api/`, `internal/`, or `cmd/`)
- [ ] `go build ./...` passes
- [ ] `go mod tidy` leaves no changes

Contributor guide

Open the contributing guide

Research direction

Start by checking solo-operator releases or module history to identify the version that introduced pkg/jobs. Update solo-weaver's go.mod and go.sum, ensuring imports remain limited to pkg/jobs, then run go build ./... and go mod tidy. Done means the build passes and go mod tidy leaves no changes.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
build-system, tooling
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.