build(deps): upgrade Go to 1.25.7 (#5143)

This commit is contained in:
Julio López
2026-02-06 09:53:28 -08:00
committed by GitHub
parent 313877c397
commit 5cf7f8fb5f
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

2
go.mod
View File

@@ -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