From 5e9240a25c5c860ea278789039cf173d2bdfc8e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 07:02:38 +0000 Subject: [PATCH] chore: update dependency go to v1.25.6 --- .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..6be78d7 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.25.6 - 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.25.6 - 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 5941407..e28a449 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.25.6 - name: Initialize CodeQL uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10 with: