Skip to content

chore(security): Upgrade Go toolchain and deps [DEVOP-8053] - #155

Open
ChristianWitts wants to merge 1 commit into
mainfrom
christian/devop-8053-go-upgrade-security
Open

chore(security): Upgrade Go toolchain and deps [DEVOP-8053]#155
ChristianWitts wants to merge 1 commit into
mainfrom
christian/devop-8053-go-upgrade-security

Conversation

@ChristianWitts

Copy link
Copy Markdown

Pull Request Submission Checklist

Please confirm that you have done the following before requesting reviews:

  • I have confirmed that the PR type is appropriate for the change I am making according to
    the Honest Pull Request and Commit Message Naming Conventions.
  • I have typed an adequate description that explains why I am making this change.
  • I have installed and run standard pre-commit hooks that lints and validates my code.

Description

  • Go: root 1.26→1.26.0, v2 1.23→1.26.0, v2/examples/full 1.18→1.26.0
  • Deps: go.mod/go.sum updated across all 3 modules
  • Actions: pinned (build.yaml)
  • Known manual fix needed: v2/examples/full — kp middleware API breaking change (middlewares.Tracing, WithRetryOrPanic renamed/removed); example code only, does not affect the library itself

Refs: #DEVOP-8053

Signed-off-by: Christian Witts christian@honestbank.com

@ChristianWitts
ChristianWitts requested review from a team as code owners May 25, 2026 10:46
@ChristianWitts
ChristianWitts enabled auto-merge (squash) May 25, 2026 11:13
@ChristianWitts
ChristianWitts force-pushed the christian/devop-8053-go-upgrade-security branch from 9b212db to ddd7bd7 Compare May 26, 2026 04:31
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

  - Go: root 1.26→1.26.0, v2 1.23→1.26.0, v2/examples/full 1.18→1.26.0
  - Deps: go.mod/go.sum updated across all 3 modules
  - Actions: pinned (build.yaml)
  - Known manual fix needed: v2/examples/full — kp middleware API breaking change (middlewares.Tracing, WithRetryOrPanic renamed/removed); example code only, does not affect the library itself

Refs: #DEVOP-8053

Signed-off-by: Christian Witts <christian@honestbank.com>
@ChristianWitts
ChristianWitts force-pushed the christian/devop-8053-go-upgrade-security branch from ddd7bd7 to fdefac3 Compare June 4, 2026 06:49
err := m.pushClient.Push()
if err != nil {
fmt.Printf("error pushing metrics to gateway: %v\n", err)
log.Printf("error pushing metrics to gateway: %v", err)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

it should be structure log provided from shared repo

Comment thread kp.go
Comment thread producer.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants