From 2f75f005b45e1165a3206d2c5070268349e8ee71 Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Tue, 28 Jul 2026 12:30:58 -0400 Subject: [PATCH] sync: update tooling versions and remove report card refs --- .github/CODE_STANDARDS.md | 1 - .github/CONTRIBUTING.md | 1 - .github/env/10-mage-x.env | 6 +++--- .github/env/10-pre-commit.env | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/CODE_STANDARDS.md b/.github/CODE_STANDARDS.md index 2c16de0..816a346 100644 --- a/.github/CODE_STANDARDS.md +++ b/.github/CODE_STANDARDS.md @@ -45,7 +45,6 @@ When in doubt, check the official docs: * ๐Ÿ“ƒ [godoc](https://pkg.go.dev/golang.org/x/tools/cmd/godoc) * ๐Ÿ”ง [gofmt](https://golang.org/cmd/gofmt/) * ๐Ÿ“Š [golangci-lint](https://golangci-lint.run/) -* ๐Ÿ“ˆ [Go Report Card](https://goreportcard.com/)
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 47faaa7..70f46a9 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -42,7 +42,6 @@ We follow [Effective Go](https://golang.org/doc/effective_go.html), plus: * ๐Ÿ“– [godoc](https://godoc.org/golang.org/x/tools/cmd/godoc) * ๐Ÿงผ [golangci-lint](https://golangci-lint.run/) -* ๐Ÿงพ [Go Report Card](https://goreportcard.com/) Format your code with `gofmt`, lint with `golangci-lint`, and keep your diffs minimal. diff --git a/.github/env/10-mage-x.env b/.github/env/10-mage-x.env index 4121ccd..b74f439 100644 --- a/.github/env/10-mage-x.env +++ b/.github/env/10-mage-x.env @@ -36,7 +36,7 @@ # ================================================================================================ # MAGE-X version -MAGE_X_VERSION=v1.24.1 +MAGE_X_VERSION=v1.25.0 # For mage-x development, set to 'true' to use local version instead of downloading from releases MAGE_X_USE_LOCAL=false @@ -70,9 +70,9 @@ MAGE_X_FORMAT_EXCLUDE_PATHS=vendor,node_modules,.git,.idea # ================================================================================================ MAGE_X_GITLEAKS_VERSION=8.30.1 -MAGE_X_GOFUMPT_VERSION=v0.10.0 +MAGE_X_GOFUMPT_VERSION=v0.11.0 MAGE_X_GOLANGCI_LINT_VERSION=v2.12.2 -MAGE_X_GORELEASER_VERSION=v2.17.0 +MAGE_X_GORELEASER_VERSION=v2.17.1 MAGE_X_GOVULNCHECK_VERSION=v1.1.4 MAGE_X_GO_SECONDARY_VERSION=1.24.x MAGE_X_GO_VERSION=1.24.x diff --git a/.github/env/10-pre-commit.env b/.github/env/10-pre-commit.env index 5400cd6..9e2b144 100644 --- a/.github/env/10-pre-commit.env +++ b/.github/env/10-pre-commit.env @@ -53,7 +53,7 @@ GO_PRE_COMMIT_ALL_FILES=true # ================================================================================================ GO_PRE_COMMIT_GOLANGCI_LINT_VERSION=v2.12.2 -GO_PRE_COMMIT_FUMPT_VERSION=v0.10.0 +GO_PRE_COMMIT_FUMPT_VERSION=v0.11.0 GO_PRE_COMMIT_GOIMPORTS_VERSION=latest GO_PRE_COMMIT_GITLEAKS_VERSION=v8.30.1