Skip to content

chore: go version bump for ci and releases - #6869

Open
fuskovic wants to merge 2 commits into
mainfrom
fuskovic/go-version-bump
Open

chore: go version bump for ci and releases#6869
fuskovic wants to merge 2 commits into
mainfrom
fuskovic/go-version-bump

Conversation

@fuskovic

@fuskovic fuskovic commented Aug 24, 2026

Copy link
Copy Markdown
Member

follow up for #6860 per #6860 (comment)

Signed-off-by: fuskovic <fhuskovic92@gmail.com>
@fuskovic fuskovic self-assigned this Aug 24, 2026
@fuskovic
fuskovic requested a review from a team as a code owner August 24, 2026 15:23
@kargo-governance-bot kargo-governance-bot Bot added needs/area Issue or PR needs to be labeled to indicate what parts of the code base are affected needs/kind Issue or PR needs to be labeled to clarify its nature labels Aug 24, 2026
@netlify

netlify Bot commented Aug 24, 2026

Copy link
Copy Markdown

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit 876145a
🔍 Latest deploy log https://app.netlify.com/projects/docs-kargo-io/deploys/6a8c98a49b3d140008f566b7
😎 Deploy Preview https://deploy-preview-6869.docs.kargo.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@kargo-governance-bot kargo-governance-bot Bot added the needs/priority Priority has not yet been determined; a good signal that maintainers aren't fully committed label Aug 24, 2026
@fuskovic fuskovic changed the title go version bump for ci and releases chore: go version bump for ci and releases Aug 24, 2026
@codecov

codecov Bot commented Aug 24, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 59.37500% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 35.54%. Comparing base (5e90b3f) to head (876145a).

Files with missing lines Patch % Lines
pkg/promotion/runner/builtin/metadata_setter.go 56.52% 10 Missing ⚠️
pkg/promotion/runner/builtin/set_freight_alias.go 66.66% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6869      +/-   ##
==========================================
+ Coverage   31.04%   35.54%   +4.49%     
==========================================
  Files         835      835              
  Lines       81453    68603   -12850     
==========================================
- Hits        25290    24386     -904     
+ Misses      54692    44217   -10475     
+ Partials     1471        0    -1471     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: fuskovic <fhuskovic92@gmail.com>
Comment thread .golangci.yaml
Comment on lines +146 to +169
# goconst findings surfaced by the golangci-lint v2.13.1 upgrade
# (bumped for Go 1.27 support). Left as follow-up cleanup rather than
# bundling it with an unrelated Go version bump.
- linters:
- goconst
path: pkg/cli/cmd/get/.*\.go
- linters:
- goconst
path: pkg/controller/management/projects/projects\.go
- linters:
- goconst
path: pkg/controller/warehouses/warehouses\.go
- linters:
- goconst
path: pkg/promotion/runner/builtin/(git_pr_opener|git_pr_waiter|helm_chart_updater|json_updater|kustomize_image_setter|toml_updater|yaml_merger|yaml_updater)\.go
- linters:
- goconst
path: pkg/server/(get_cluster_config|get_project_config|get_promotion|get_stage|get_warehouse)\.go
- linters:
- goconst
path: pkg/server/rbac/(generic_escalation|roles)\.go
- linters:
- goconst
path: pkg/webhook/external/(azure|github|refresh)\.go

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

There's just no way we're going to enjoy keeping this up to date.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is there some other way to relax goconst a bit without naming files?

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

Labels

needs/area Issue or PR needs to be labeled to indicate what parts of the code base are affected needs/kind Issue or PR needs to be labeled to clarify its nature needs/priority Priority has not yet been determined; a good signal that maintainers aren't fully committed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants