Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/CODE_STANDARDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

<br/>

Expand Down
1 change: 0 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions .github/env/10-mage-x.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/env/10-pre-commit.env
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down