Skip to content

Commit fbda5d1

Browse files
fix(deps): bump toolchain to go1.24.9 for CVEs found by govulncheck [backport to release/sdk/v0.10] (#2872)
# Description Backport of #2849 to `release/sdk/v0.10`. Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
1 parent ebdc8bf commit fbda5d1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/opentdf/platform/examples
22

33
go 1.24.0
44

5-
toolchain go1.24.6
5+
toolchain go1.24.9
66

77
require (
88
github.com/opentdf/platform/lib/ocrypto v0.7.0

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
go 1.24.0
22

3-
toolchain go1.24.6
3+
toolchain go1.24.9
44

55
use (
66
./examples

lib/fixtures/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/opentdf/platform/lib/fixtures
22

33
go 1.23.0
44

5-
toolchain go1.24.6
5+
toolchain go1.24.9
66

77
require github.com/Nerzal/gocloak/v13 v13.9.0
88

lib/ocrypto/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/opentdf/platform/lib/ocrypto
22

33
go 1.23.0
44

5-
toolchain go1.24.6
5+
toolchain go1.24.9
66

77
require (
88
github.com/stretchr/testify v1.10.0

protocol/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/opentdf/platform/protocol/go
22

33
go 1.24.0
44

5-
toolchain go1.24.6
5+
toolchain go1.24.9
66

77
require (
88
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.1-20240508200655-46a4cf4ba109.1

sdk/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/opentdf/platform/sdk
22

33
go 1.24.0
44

5-
toolchain go1.24.6
5+
toolchain go1.24.9
66

77
require (
88
connectrpc.com/connect v1.18.1

service/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/opentdf/platform/service
22

33
go 1.24.0
44

5-
toolchain go1.24.6
5+
toolchain go1.24.9
66

77
require (
88
buf.build/go/protovalidate v0.13.1

0 commit comments

Comments
 (0)