From 2b3be3ef907437262475178229da7f4cad540b8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 21:44:50 +0000 Subject: [PATCH] build: update github actions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3c3f6b..cf44379 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,11 +13,11 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.23' + go-version: '1.26' - name: golangci-lint uses: golangci/golangci-lint-action@v8 with: - version: v2.1.6 + version: v2.11.4 args: --timeout 3m --verbose test: @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.23' + go-version: '1.26' - run: go test -v ./... release: @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.23' + go-version: '1.26' - uses: go-semantic-release/action@v1 with: allow-initial-development-versions: true