Skip to content

chore: bump go, tools, deps and re-kres, satisfy linters#531

Merged
talos-bot merged 1 commit into
siderolabs:mainfrom
utkuozdemir:chore/bump-deps-rekres
Jul 11, 2025
Merged

chore: bump go, tools, deps and re-kres, satisfy linters#531
talos-bot merged 1 commit into
siderolabs:mainfrom
utkuozdemir:chore/bump-deps-rekres

Conversation

@utkuozdemir

Copy link
Copy Markdown
Member

Bump everything.

@utkuozdemir utkuozdemir requested a review from Copilot July 11, 2025 15:04
@talos-bot talos-bot moved this to In Review in Planning Jul 11, 2025

Copilot AI 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.

Pull Request Overview

Bump Go version, dependencies, tool versions, and update code to satisfy new linter checks.

  • Added //nolint:embeddedstructfieldcheck comments on embedded dag.BaseNode fields
  • Reordered struct fields in several modules
  • Updated version constants, go.mod, Dockerfile syntax, Makefile, and CI workflows

Reviewed Changes

Copilot reviewed 19 out of 20 changed files in this pull request and generated no comments.

Show a summary per file
File Description
internal/project/js/build.go Reordered meta and dag.BaseNode fields in Build
internal/project/common/release.go Moved meta below dag.BaseNode in Release
internal/output/ghworkflow/types.go Reordered Name and Schedule fields in workflow types
internal/config/constants.go Bumped various image and tool version constants
go.mod Updated Go version and bumped dependency versions
Dockerfile Upgraded frontend image syntax and bun version
Comments suppressed due to low confidence (4)

internal/project/js/build.go:26

  • The order of struct fields was changed by moving meta below dag.BaseNode. This alters the memory layout and may affect initialization or behavior—please confirm this reordering is intentional or revert to the original order.
	meta *meta.Options

internal/project/common/release.go:26

  • Reordering the meta field below dag.BaseNode changes the struct layout. Verify that this change won't break serialization or upstream consumers.
	meta *meta.Options

internal/output/ghworkflow/types.go:14

  • Moving the Name field changes the order of keys in generated YAML. Ensure this reordering won't break existing GitHub workflow expectations.
	Name        string            `yaml:"name"`

internal/output/ghworkflow/types.go:32

  • [nitpick] Reordering Schedule within the On struct can change the sequence of fields in the output YAML—please confirm it's intentional.
	Schedule []Schedule `yaml:"schedule,omitempty"`

@github-project-automation github-project-automation Bot moved this from In Review to Approved in Planning Jul 11, 2025
Bump everything.

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
@utkuozdemir utkuozdemir force-pushed the chore/bump-deps-rekres branch from 9b39fa4 to c691b83 Compare July 11, 2025 15:26
@utkuozdemir

Copy link
Copy Markdown
Member Author

/m

@talos-bot talos-bot merged commit c691b83 into siderolabs:main Jul 11, 2025
14 checks passed
@github-project-automation github-project-automation Bot moved this from Approved to Done in Planning Jul 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

5 participants