You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Update Go toolchain version to 1.24.11 across all modules (#2943)
### Proposed Changes
*
This pull request updates the Go toolchain and Go version across
multiple modules in the repository to use Go 1.24.11 instead of Go
1.24.9. This ensures consistency and access to the latest patches and
improvements in the Go 1.24.x series.
Go version and toolchain updates:
* Updated the `go` version and/or `toolchain` directive to `go1.24.11`
in the following files and modules:
- `examples/go.mod` (`github.com/opentdf/platform/examples`)
- `lib/fixtures/go.mod` (`github.com/opentdf/platform/lib/fixtures`)
- `lib/ocrypto/go.mod` (`github.com/opentdf/platform/lib/ocrypto`)
- `protocol/go/go.mod` (`github.com/opentdf/platform/protocol/go`)
- `sdk/go.mod` (`github.com/opentdf/platform/sdk`)
- `service/go.mod` (`github.com/opentdf/platform/service`)
- `tests-bdd/go.mod`
- `go.work`
### Checklist
- [ ] I have added or updated unit tests
- [ ] I have added or updated integration tests (if appropriate)
- [ ] I have added or updated documentation
### Testing Instructions
0 commit comments