Skip to content

Commit 088b5a4

Browse files
committed
chore(env): bump gitleaks and golangci-lint versions
1 parent ddb9b9b commit 088b5a4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/env/10-mage-x.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ MAGE_X_FORMAT_EXCLUDE_PATHS=vendor,node_modules,.git,.idea
5959
# 🛠️ TOOL VERSIONS
6060
# ================================================================================================
6161

62-
MAGE_X_GITLEAKS_VERSION=8.30.0
62+
MAGE_X_GITLEAKS_VERSION=8.30.1
6363
MAGE_X_GOFUMPT_VERSION=v0.9.2
64-
MAGE_X_GOLANGCI_LINT_VERSION=v2.11.3
64+
MAGE_X_GOLANGCI_LINT_VERSION=v2.11.4
6565
MAGE_X_GORELEASER_VERSION=v2.14.3
6666
MAGE_X_GOVULNCHECK_VERSION=v1.1.4
6767
MAGE_X_GO_SECONDARY_VERSION=1.24.x

.github/env/10-pre-commit.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ GO_PRE_COMMIT_ALL_FILES=true
5252
# 🛠️ TOOL VERSIONS
5353
# ================================================================================================
5454

55-
GO_PRE_COMMIT_GOLANGCI_LINT_VERSION=v2.11.3
55+
GO_PRE_COMMIT_GOLANGCI_LINT_VERSION=v2.11.4
5656
GO_PRE_COMMIT_FUMPT_VERSION=v0.9.2
5757
GO_PRE_COMMIT_GOIMPORTS_VERSION=latest
58-
GO_PRE_COMMIT_GITLEAKS_VERSION=v8.30.0
58+
GO_PRE_COMMIT_GITLEAKS_VERSION=v8.30.1
5959

6060
# Build tags for golangci-lint and other tools
6161
GO_PRE_COMMIT_BUILD_TAGS=

0 commit comments

Comments
 (0)