[Sync] Update project files from source repository (31ecff7) - #273
Merged
mrz1836 merged 1 commit intoJul 28, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR syncs template maintenance updates by removing obsolete “Go Report Card” references from contributor documentation and bumping several pinned toolchain versions used by CI/pre-commit and mage-x.
Changes:
- Removed “Go Report Card” links from contributor/code standards docs.
- Updated gofumpt version to
v0.11.0for both pre-commit and mage-x configuration. - Bumped
mage-xtov1.25.0andgoreleasertov2.17.1in mage-x env configuration.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/env/10-pre-commit.env | Bumps GO_PRE_COMMIT_FUMPT_VERSION to v0.11.0. |
| .github/env/10-mage-x.env | Updates MAGE_X_VERSION, MAGE_X_GOFUMPT_VERSION, and MAGE_X_GORELEASER_VERSION. |
| .github/CONTRIBUTING.md | Removes the “Go Report Card” bullet from coding conventions references. |
| .github/CODE_STANDARDS.md | Removes the “Go Report Card” bullet from reference material list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Owner
Author
|
LGTM! |
github-actions
Bot
deleted the
chore/sync-files-mrz-sdks-20260728-123054-31ecff7
branch
July 28, 2026 16:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Changed
.github/CODE_STANDARDS.mdand.github/CONTRIBUTING.mddocumentationGO_PRE_COMMIT_FUMPT_VERSIONfromv0.10.0tov0.11.0in.github/env/10-pre-commit.envMAGE_X_VERSIONfromv1.24.1tov1.25.0in.github/env/10-mage-x.envMAGE_X_GOFUMPT_VERSIONfromv0.10.0tov0.11.0in.github/env/10-mage-x.envMAGE_X_GORELEASER_VERSIONfromv2.17.0tov2.17.1in.github/env/10-mage-x.envWhy It Was Necessary
Testing Performed
Impact / Risk