Skip to content

chore: bump k8s dependencies to 1.35.x line - #4

Open
anishbista60 wants to merge 3 commits into
oam-dev:masterfrom
anishbista60:bump-dependencies
Open

chore: bump k8s dependencies to 1.35.x line#4
anishbista60 wants to merge 3 commits into
oam-dev:masterfrom
anishbista60:bump-dependencies

Conversation

@anishbista60

@anishbista60 anishbista60 commented Jul 16, 2026

Copy link
Copy Markdown

Same as title

Signed-off-by: anish bista <anishbista053@gmail.com>
Signed-off-by: anish bista <anishbista053@gmail.com>
@anishbista60 anishbista60 changed the title chore: bump k8s dependencies chore: bump k8s dependencies to 1.35.x line Jul 17, 2026

@roguepikachu roguepikachu left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Request changes — Go 1.25 makes go test ./... fail.

Verified

  • Direct deps look correct: k8s.io/{api,apimachinery,client-go} v0.35.6, go 1.25.12.
  • Binary build (go build .) succeeds.

Blocker

With Go 1.25, vet runs during go test by default. CI runs exactly:

go test -cover -race -v -mod=readonly ./...

Locally that fails with:

stern/main.go:61:28: non-constant format string in call to fmt.Fprintf

The line is effectively fmt.Fprintf(os.Stdout, str). Please change it to something like fmt.Fprint(os.Stdout, str) (or fmt.Fprintf(os.Stdout, "%s", str)).

Nits

  • CI container is golang:1.25 while go.mod pins 1.25.12. Prefer aligning the image to golang:1.25.12 (or at least documenting why the floating minor is intentional).
  • I only see a DCO check on the PR, not a completed Actions CI run. Please confirm the workflow actually ran (or re-run after the vet fix).

Happy to re-review once the printf/vet fix is in.

Signed-off-by: anish bista <anishbista053@gmail.com>
@anishbista60

Copy link
Copy Markdown
Author

Really appreciated for your help. Just pushed the changes.

Screenshot From 2026-07-27 15-27-01

@roguepikachu roguepikachu left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

2 participants