From 7b5f7f1912a0593ffc30de4936717d7aea8a2f3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 02:29:41 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.7 --- .github/workflows/ci-go.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-go.yaml b/.github/workflows/ci-go.yaml index 97c9fb5..7ede7dd 100644 --- a/.github/workflows/ci-go.yaml +++ b/.github/workflows/ci-go.yaml @@ -142,7 +142,7 @@ jobs: - name: โš™๏ธ Setup Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: - go-version: 1.25.6 + go-version: 1.25.7 - name: ๐Ÿงน go mod tidy run: go mod tidy @@ -185,7 +185,7 @@ jobs: - name: โš™๏ธ Setup Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: - go-version: 1.25.6 + go-version: 1.25.7 - name: ๐Ÿงน Run golangci-lint id: golangci-lint @@ -234,7 +234,7 @@ jobs: - name: โš™๏ธ Setup Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: - go-version: 1.25.6 + go-version: 1.25.7 - name: ๐Ÿงน Lint id: ml @@ -276,7 +276,7 @@ jobs: - name: โš™๏ธ Setup Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: - go-version: 1.25.6 + go-version: 1.25.7 - name: ๐Ÿ› ๏ธ Build run: go build -v ./... @@ -300,7 +300,7 @@ jobs: - name: โš™๏ธ Setup Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: - go-version: 1.25.6 + go-version: 1.25.7 - name: ๐Ÿงช Test run: | @@ -325,7 +325,7 @@ jobs: - name: โš™๏ธ Setup Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: - go-version: 1.25.6 + go-version: 1.25.7 - name: ๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ง Enable covdata (temp) see https://github.com/golang/go/issues/75031 run: go env -w GOTOOLCHAIN=go1.25.0+auto