Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: govluncheck
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee
with:
go-version-input: "1.24.1"
go-version-input: "1.24.2"
work-dir: ${{ matrix.directory }}
- name: golangci-lint
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: govluncheck
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee
with:
go-version-input: "1.24.1"
go-version-input: "1.24.2"
work-dir: ${{ matrix.directory }}
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/opentdf/platform/examples

go 1.23.0

toolchain go1.24.1
toolchain go1.24.2

require (
github.com/opentdf/platform/lib/ocrypto v0.1.9
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
go 1.23.0

toolchain go1.24.1
toolchain go1.24.2

use (
./examples
Expand Down
2 changes: 1 addition & 1 deletion lib/fixtures/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/opentdf/platform/lib/fixtures

go 1.23.0

toolchain go1.24.1
toolchain go1.24.2

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

Expand Down
2 changes: 1 addition & 1 deletion protocol/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/opentdf/platform/protocol/go

go 1.23.0

toolchain go1.24.1
toolchain go1.24.2

require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.1-20240508200655-46a4cf4ba109.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/opentdf/platform/sdk

go 1.23.0

toolchain go1.24.1
toolchain go1.24.2

require (
github.com/Masterminds/semver/v3 v3.3.1
Expand Down
2 changes: 1 addition & 1 deletion service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/opentdf/platform/service

go 1.23.0

toolchain go1.24.1
toolchain go1.24.2

require (
connectrpc.com/connect v1.17.0
Expand Down
Loading