From 5cf7f8fb5fbbcea10de60c68c1b98d592fe90f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20L=C3=B3pez?= <1953782+julio-lopez@users.noreply.github.com> Date: Fri, 6 Feb 2026 09:53:28 -0800 Subject: [PATCH] build(deps): upgrade Go to 1.25.7 (#5143) --- .github/workflows/lint.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f6da409a4..3eb3b5734 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,7 +37,7 @@ jobs: uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4 with: cache: false - go-version-input: '1.25.6' + go-version-input: '1.25.7' # An explicit Go version is needed for govulncheck-action since internally # it uses an outdated setup-go@v5.0 action that does not respect the 'toolchain' # directive in the 'go.mod' file. diff --git a/go.mod b/go.mod index 2700afdd3..3577cabdf 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/kopia/kopia go 1.25 -toolchain go1.25.6 +toolchain go1.25.7 require ( cloud.google.com/go/storage v1.59.2