Skip to content

Commit 62a0f25

Browse files
authored
fix: update Go version to 1.26.2 to address security vulnerabilities (#5210)
Updates the Go version in go.mod files to address several security vulnerabilities: - [GO-2026-4864](https://osv.dev/GO-2026-4864) - [GO-2026-4865](https://osv.dev/GO-2026-4865) - [GO-2026-4866](https://osv.dev/GO-2026-4866) - [GO-2026-4869](https://osv.dev/GO-2026-4869) - [GO-2026-4870](https://osv.dev/GO-2026-4870) - [GO-2026-4946](https://osv.dev/GO-2026-4946) - [GO-2026-4947](https://osv.dev/GO-2026-4947)
1 parent 7303382 commit 62a0f25

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

bindings/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module osv.dev/bindings/go
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/google/go-cmp v0.7.0

docs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module osv.dev/tools
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0

gcp/indexer/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/osv.dev/gcp/indexer
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
cloud.google.com/go/datastore v1.22.0

go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/osv.dev/go
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
charm.land/lipgloss/v2 v2.0.2

tools/apitester/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/apitester
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/gkampitakis/go-snaps v0.5.21

tools/datastore-remover/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/datastore-remover
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
cloud.google.com/go/datastore v1.22.0

tools/indexer-api-caller/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/google/indexer-api-caller
22

3-
go 1.26.1
3+
go 1.26.2

vulnfeeds/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/osv/vulnfeeds
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
charm.land/lipgloss/v2 v2.0.2

0 commit comments

Comments
 (0)