From c3d5a8f476808cd6f09e4b674f6dca0bef528147 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:39:44 +0000 Subject: [PATCH] chore: update dependency go to v1.26.0 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/security.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12fa910..1d8f590 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Set up Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: - go-version: 1.25.0 + go-version: 1.26.0 - name: Get google/go-licenses package run: go install github.com/google/go-licenses@v1.6.0 - name: Check the licenses @@ -54,7 +54,7 @@ jobs: - name: Set up Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: - go-version: 1.25.0 + go-version: 1.26.0 - name: Execute tests run: | go test -v -gcflags=all=-l -cover ./... -coverprofile coverage.out -coverpkg ./... diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 5c670b8..8c1a0df 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -44,7 +44,7 @@ jobs: - name: Set up Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: - go-version: 1.25.0 + go-version: 1.26.0 - name: Initialize CodeQL uses: github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0 with: