Skip to content

Golang Version Updates and go mod tidies - #3816

Merged
Weltraumschaf merged 6 commits into
secureCodeBox:mainfrom
J12934:fix/golang-updates
Sep 9, 2026
Merged

Weltraumschaf merged 6 commits into
secureCodeBox:mainfrom
J12934:fix/golang-updates

Conversation

@J12934

@J12934 J12934 commented Sep 9, 2026

Copy link
Copy Markdown
Member

Description

#3812 has the CI failing, it think because of a misstach of the go version.

This PR:

  • bumps the min. go version to 1.27.1 in all our go mods (which are used to pick the go version in the ci)
  • adds a renovate config to automate this bump
  • runs go mod tidy with 1.27.1 for all our go mod files
  • uses a better syntax for the hook ci job to use the go mod version for the hook in question not always the fpp hook. (also skips the go install for nodejs hooks)

Checklist

  • Test your changes as thoroughly as possible before you commit them. Preferably, automate your test by unit/integration tests.
  • Make sure that all your commits are signed-off and that you are added to the Contributors file.
  • Make sure that all CI finish successfully.
  • Optional (but appreciated): Make sure that all commits are Verified.

go version the hook requires

Signed-off-by: Jannik Hollenbach <[email protected]>
Signed-off-by: Jannik Hollenbach <[email protected]>
The ci is installing the go version based on the go version from the mod
file so we need to keep it somewhat current

Signed-off-by: Jannik Hollenbach <[email protected]>
Signed-off-by: Jannik Hollenbach <[email protected]>
@netlify

netlify Bot commented Sep 9, 2026

Copy link
Copy Markdown

Deploy Preview for docs-securecodebox canceled.

Name Link
🔨 Latest commit e5fa529
🔍 Latest deploy log https://app.netlify.com/projects/docs-securecodebox/deploys/6aa121e210c5d20009718ec8

@sonarqubecloud

sonarqubecloud Bot commented Sep 9, 2026

Copy link
Copy Markdown

@Weltraumschaf Weltraumschaf moved this from Triage to To Review in secureCodeBox Sep 9, 2026
@github-project-automation github-project-automation Bot moved this from To Review to Reviewer Approved in secureCodeBox Sep 9, 2026
@Weltraumschaf
Weltraumschaf merged commit 2871247 into secureCodeBox:main Sep 9, 2026
51 checks passed
@github-project-automation github-project-automation Bot moved this from Reviewer Approved to Done in secureCodeBox Sep 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants