Skip to content

Commit f0e291c

Browse files
committed
build: update Go version to 1.25.7 in go.mod
- fix standard library vulnerabilities found by govulncheck Signed-off-by: Klara Necasova <knecasov@redhat.com>
1 parent 6450c07 commit f0e291c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/fido-device-onboard/go-fdo-client
22

3-
go 1.25.5
3+
// TODO: Upgrade to Go 1.25.8 or later to resolve GO-2026-4601 and GO-2026-4602.
4+
go 1.25.7
45

56
require (
67
github.com/fido-device-onboard/go-fdo v0.0.0-20260204145003-2d3d7c734680

0 commit comments

Comments
 (0)