From 92a61dd3c7ccd7efca958bc2457e28aa4899791b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 04:54:15 +0000 Subject: [PATCH] Update dependency go to v1.26.0 --- .github/workflows/go.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 971f161..8afb9eb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.25' + go-version: '1.26' - name: Build run: CGO_ENABLED=0 GOOS=linux go build -C storageagent -o storageagent diff --git a/go.mod b/go.mod index c6b6f04..974a6f8 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/onlineque/kvmCsiDriver go 1.24.0 -toolchain go1.25.1 +toolchain go1.26.0 require ( github.com/akutz/gofsutil v0.1.2