From 21156e0453d04960be53dcb4b5803d996924bfdb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 19:08:49 +0000 Subject: [PATCH] .versions: bumped golangci-lint to 2.13.2, mirrord to 3.253.0 --- .versions | 4 ++-- .versions.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.versions b/.versions index 21d70bc..931b7fb 100644 --- a/.versions +++ b/.versions @@ -19,7 +19,7 @@ go:golang.org/x/tools/gopls 0.23.0 go:golang.org/x/vuln/cmd/govulncheck 1.7.0 # The latest golangci-lint release that builds may consider. -golangci-lint 2.13.1 +golangci-lint 2.13.2 # The latest golangci-lint-langserver that builds may consider. golangci-lint-langserver 0.0.12 @@ -28,4 +28,4 @@ golangci-lint-langserver 0.0.12 gotestsum 1.13.0 # The latest mirrord that may be considered. -mirrord 3.251.0 +mirrord 3.253.0 diff --git a/.versions.json b/.versions.json index 58485fc..ed045e9 100644 --- a/.versions.json +++ b/.versions.json @@ -27,8 +27,8 @@ "golangci-lint": { "$comment": "The latest golangci-lint release that builds may consider.", "toolchain": "1.27.0", - "url": "https://github.com/golangci/golangci-lint/releases/tag/v2.13.1", - "version": "2.13.1" + "url": "https://github.com/golangci/golangci-lint/releases/tag/v2.13.2", + "version": "2.13.2" }, "golangci-lint-langserver": { "$comment": "The latest golangci-lint-langserver that builds may consider.", @@ -42,7 +42,7 @@ }, "mirrord": { "$comment": "The latest mirrord that may be considered.", - "url": "https://github.com/metalbear-co/mirrord/releases/tag/3.251.0", - "version": "3.251.0" + "url": "https://github.com/metalbear-co/mirrord/releases/tag/3.253.0", + "version": "3.253.0" } }