From 85c4983f396d79f5f5aeebda96edc353c9316683 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 20:55:55 +0000 Subject: [PATCH] [dependencies] Update github-actions --- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 08a8b8d48..cae808e37 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v8 with: - version: v2.4.0 + version: v2.11.4 args: --timeout=30m install-mode: binary verify: false \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3afe96843..e6da2b418 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: ~1.20 + go-version: ~1.26.0 continue-on-error: true - name: Build run: | @@ -57,7 +57,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: ~1.21 + go-version: ~1.26.0 continue-on-error: true - name: Build run: | @@ -73,7 +73,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: ~1.22 + go-version: ~1.26.0 continue-on-error: true - name: Build run: |