From b632d08be315b09e25e0b349461d9d85eeec748b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 01:23:47 +0000 Subject: [PATCH 1/2] chore(deps): update golangci/golangci-lint-action action to v8 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 80ad201e..5024a34b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - run: (cd ui && yarn) - run: make build-js - - uses: golangci/golangci-lint-action@v7 + - uses: golangci/golangci-lint-action@v8 with: version: v2.0.2 args: --timeout=5m From 0669871cb4d427ef5b5b369ec24443134b268e41 Mon Sep 17 00:00:00 2001 From: eternal-flame-AD Date: Thu, 10 Jul 2025 23:26:22 -0500 Subject: [PATCH 2/2] Bump golangci-lint to v2.2.1 Signed-off-by: eternal-flame-AD --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5024a34b..5839e79b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - run: make build-js - uses: golangci/golangci-lint-action@v8 with: - version: v2.0.2 + version: v2.2.1 args: --timeout=5m skip-cache: true - run: go mod download