Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2025

Bumps the minor-and-patch group with 6 updates in the /server/go directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.33.0 1.38.3
github.com/aws/aws-sdk-go-v2/config 1.29.1 1.31.6
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.39.5 1.50.1
github.com/godaddy/asherah/go/appencryption 0.7.1 0.8.0
github.com/stretchr/testify 1.10.0 1.11.1
google.golang.org/grpc 1.74.2 1.75.0

Bumps the minor-and-patch group with 1 update in the /tests/cross-language/go directory: github.com/godaddy/asherah/go/appencryption.

Updates github.com/aws/aws-sdk-go-v2 from 1.33.0 to 1.38.3

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.29.1 to 1.31.6

Commits

Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.39.5 to 1.50.1

Commits

Updates github.com/godaddy/asherah/go/appencryption from 0.7.1 to 0.8.0

Release notes

Sourced from github.com/godaddy/asherah/go/appencryption's releases.

[Go] AppEncryption v0.8.0

What's Changed

Security Improvements

  • Enhanced secure memory wiping: Replace manual byte zeroing loop with Go's built-in clear() function (available since Go 1.21) which is guaranteed not to be optimized away by the compiler

Code Quality & Documentation

  • Fixed Go deprecation comment blocks: Updated deprecation comments to use the proper Deprecated: format instead of DEPRECATED: to ensure they are properly recognized by Go tooling and IDEs

Dependency Updates

  • SecureMemory: Upgraded to v0.1.7
  • Go Runtime: Updated to Go 1.23.0
  • AWS SDK Go: Updated to v1.55.7
  • AWS SDK Go v2: Major version updates across all services:
    • Core SDK: v1.37.1 (from v1.33.0)
    • Config: v1.30.2 (from v1.29.1)
    • DynamoDB: v1.45.1 (from v1.39.5)
    • KMS: v1.42.1 (from v1.37.13)
    • DynamoDB AttributeValue: v1.20.1 (from v1.15.28)
    • DynamoDB Expression: v1.8.1 (from v1.7.63)
  • Golang.org/x/crypto: Updated to v0.35.0 (from v0.31.0)
  • Golang.org/x/sys: Updated to v0.34.0 (from v0.29.0)
  • AWS Smithy-Go: Updated to v1.22.5 (from v1.22.1)

Development & Testing

  • Multiple dependency maintenance updates via Dependabot
  • Updated integration test dependencies including Docker and TestContainers

Full Changelog: go/appencryption/v0.7.1...go/appencryption/v0.8.0

Commits
  • d562767 Merge pull request #1473 from godaddy/go-ae-bump
  • b7b5858 run go mod tidy after go mod edit to ensure go.mod is up to date
  • 2cafb87 removed toolchain directive
  • 8210070 bump version to 0.8.0
  • eccad7e upgrade securememory to v0.1.7
  • c4e1acc Merge pull request #1471 from godaddy/go-sm-bump
  • eee11cc bump version to v0.1.7
  • 0a94576 Merge pull request #1472 from godaddy/go-version-bump
  • 9aaadc4 update go.work - bump go version to 1.23.0, remove toolchain directive
  • 653a43a Merge pull request #1459 from wberry-godaddy/main
  • Additional commits viewable in compare view

Updates github.com/godaddy/asherah/go/securememory from 0.1.6 to 0.1.7

Commits
  • 8655b82 Merge pull request #1288 from godaddy/workflow-updates
  • 29e5cb2 fix paths
  • 2161db8 fix typo
  • 9efcf51 remove unused inputs
  • da48edb pass secrets to reusable release workflows
  • f4d9320 Merge pull request #1287 from godaddy/csharp-version-bump
  • ec8e031 bump version to 0.1.7
  • f0c701c Merge pull request #1286 from godaddy/dependabot/go_modules/server/go/minor-a...
  • 2a35341 build(deps): bump the minor-and-patch group across 2 directories with 1 update
  • 2a2173a Merge pull request #1285 from godaddy/dependabot/maven/java/app-encryption/mi...
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.10.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 2a57335 Merge pull request #1788 from brackendawson/1785-backport-1.11
  • af8c912 Backport #1786 to release/1.11
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.74.2 to 1.75.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.75.0

Behavior Changes

  • xds: Remove support for GRPC_EXPERIMENTAL_XDS_FALLBACK environment variable. Fallback support can no longer be disabled. (#8482)
  • stats: Introduce DelayedPickComplete event, a type alias of PickerUpdated. (#8465)
    • This (combined) event will now be emitted only once per call, when a transport is successfully selected for the attempt.
    • OpenTelemetry metrics will no longer have multiple "Delayed LB pick complete" events in Go, matching other gRPC languages.
    • A future release will delete the PickerUpdated symbol.
  • credentials: Properly apply grpc.WithAuthority as the highest-priority option for setting authority, above the setting in the credentials themselves. (#8488)
    • Now that this WithAuthority is available, the credentials should not be used to override the authority.
  • round_robin: Randomize the order in which addresses are connected to in order to spread out initial RPC load between clients. (#8438)
  • server: Return status code INTERNAL when a client sends more than one request in unary and server streaming RPC. (#8385)
    • This is a behavior change but also a bug fix to bring gRPC-Go in line with the gRPC spec.

New Features

  • dns: Add an environment variable (GRPC_ENABLE_TXT_SERVICE_CONFIG) to provide a way to disable TXT lookups in the DNS resolver (by setting it to false). By default, TXT lookups are enabled, as they were previously. (#8377)

Bug Fixes

  • xds: Fix regression preventing empty node IDs in xDS bootstrap configuration. (#8476)
  • xds: Fix possible panic when certain invalid resources are encountered. (#8412)
  • xdsclient: Fix a rare panic caused by processing a response from a closed server. (#8389)
  • stats: Fix metric unit formatting by enclosing non-standard units like call and endpoint in curly braces to comply with UCUM and gRPC OpenTelemetry guidelines. (#8481)
  • xds: Fix possible panic when clusters are removed from the xds configuration. (#8428)
  • xdsclient: Fix a race causing "resource doesn not exist" when rapidly subscribing and unsubscribing to the same resource. (#8369)
  • client: When determining the authority, properly percent-encode (if needed, which is unlikely) when the target string omits the hostname and only specifies a port (grpc.NewClient(":<port-number-or-name>")). (#8488)
Commits
  • b9788ef Change version to 1.75.0 (#8493)
  • 2bd74b2 credentials: fix behavior of grpc.WithAuthority and credential handshake prec...
  • 9fa3267 xds: remove xds client fallback environment variable (#8482)
  • 62ec29f grpc: Fix cardinality violations in non-client streaming RPCs. (#8385)
  • 85240a5 stats: change non-standard units to annotations (#8481)
  • ac13172 update deps (#8478)
  • 0a895bc examples/opentelemetry: use experimental metrics in example (#8441)
  • 8b61e8f xdsclient: do not process updates from closed server channels (#8389)
  • 7238ab1 Allow empty nodeID (#8476)
  • 9186ebd cleanup: use slices.Equal to simplify code (#8472)
  • Additional commits viewable in compare view

Updates github.com/godaddy/asherah/go/appencryption from 0.7.1 to 0.8.0

Release notes

Sourced from github.com/godaddy/asherah/go/appencryption's releases.

[Go] AppEncryption v0.8.0

What's Changed

Security Improvements

  • Enhanced secure memory wiping: Replace manual byte zeroing loop with Go's built-in clear() function (available since Go 1.21) which is guaranteed not to be optimized away by the compiler

Code Quality & Documentation

  • Fixed Go deprecation comment blocks: Updated deprecation comments to use the proper Deprecated: format instead of DEPRECATED: to ensure they are properly recognized by Go tooling and IDEs

Dependency Updates

  • SecureMemory: Upgraded to v0.1.7
  • Go Runtime: Updated to Go 1.23.0
  • AWS SDK Go: Updated to v1.55.7
  • AWS SDK Go v2: Major version updates across all services:
    • Core SDK: v1.37.1 (from v1.33.0)
    • Config: v1.30.2 (from v1.29.1)
    • DynamoDB: v1.45.1 (from v1.39.5)
    • KMS: v1.42.1 (from v1.37.13)
    • DynamoDB AttributeValue: v1.20.1 (from v1.15.28)
    • DynamoDB Expression: v1.8.1 (from v1.7.63)
  • Golang.org/x/crypto: Updated to v0.35.0 (from v0.31.0)
  • Golang.org/x/sys: Updated to v0.34.0 (from v0.29.0)
  • AWS Smithy-Go: Updated to v1.22.5 (from v1.22.1)

Development & Testing

  • Multiple dependency maintenance updates via Dependabot
  • Updated integration test dependencies including Docker and TestContainers

Full Changelog: go/appencryption/v0.7.1...go/appencryption/v0.8.0

Commits
  • d562767 Merge pull request #1473 from godaddy/go-ae-bump
  • b7b5858 run go mod tidy after go mod edit to ensure go.mod is up to date
  • 2cafb87 removed toolchain directive
  • 8210070 bump version to 0.8.0
  • eccad7e upgrade securememory to v0.1.7
  • c4e1acc Merge pull request #1471 from godaddy/go-sm-bump
  • eee11cc bump version to v0.1.7
  • 0a94576 Merge pull request #1472 from godaddy/go-version-bump
  • 9aaadc4 update go.work - bump go version to 1.23.0, remove toolchain directive
  • 653a43a Merge pull request #1459 from wberry-godaddy/main
  • Additional commits viewable in compare view

Updates github.com/godaddy/asherah/go/appencryption from 0.7.1 to 0.8.0

Release notes

Sourced from github.com/godaddy/asherah/go/appencryption's releases.

[Go] AppEncryption v0.8.0

What's Changed

Security Improvements

  • Enhanced secure memory wiping: Replace manual byte zeroing loop with Go's built-in clear() function (available since Go 1.21) which is guaranteed not to be optimized away by the compiler

Code Quality & Documentation

  • Fixed Go deprecation comment blocks: Updated deprecation comments to use the proper Deprecated: format instead of DEPRECATED: to ensure they are properly recognized by Go tooling and IDEs

Dependency Updates

  • SecureMemory: Upgraded to v0.1.7
  • Go Runtime: Updated to Go 1.23.0
  • AWS SDK Go: Updated to v1.55.7
  • AWS SDK Go v2: Major version updates across all services:
    • Core SDK: v1.37.1 (from v1.33.0)
    • Config: v1.30.2 (from v1.29.1)
    • DynamoDB: v1.45.1 (from v1.39.5)
    • KMS: v1.42.1 (from v1.37.13)
    • DynamoDB AttributeValue: v1.20.1 (from v1.15.28)
    • DynamoDB Expression: v1.8.1 (from v1.7.63)
  • Golang.org/x/crypto: Updated to v0.35.0 (from v0.31.0)
  • Golang.org/x/sys: Updated to v0.34.0 (from v0.29.0)
  • AWS Smithy-Go: Updated to v1.22.5 (from v1.22.1)

Development & Testing

  • Multiple dependency maintenance updates via Dependabot
  • Updated integration test dependencies including Docker and TestContainers

Full Changelog: go/appencryption/v0.7.1...go/appencryption/v0.8.0

Commits
  • d562767 Merge pull request #1473 from godaddy/go-ae-bump
  • b7b5858 run go mod tidy after go mod edit to ensure go.mod is up to date
  • 2cafb87 removed toolchain directive
  • 8210070 bump version to 0.8.0
  • eccad7e upgrade securememory to v0.1.7
  • c4e1acc Merge pull request #1471 from godaddy/go-sm-bump
  • eee11cc bump version to v0.1.7
  • 0a94576 Merge pull request #1472 from godaddy/go-version-bump
  • 9aaadc4 update go.work - bump go version to 1.23.0, remove toolchain directive
  • 653a43a Merge pull request #1459 from wberry-godaddy/main
  • Additional commits viewable in compare view

Updates github.com/godaddy/asherah/go/securememory from 0.1.6 to 0.1.7

Commits
  • 8655b82 Merge pull request #1288 from godaddy/workflow-updates
  • 29e5cb2 fix paths
  • 2161db8 fix typo
  • 9efcf51 remove unused inputs
  • da48edb pass secrets to reusable release workflows
  • f4d9320 Merge pull request #1287 from godaddy/csharp-version-bump
  • ec8e031 bump version to 0.1.7
  • f0c701c Merge pull request #1286 from godaddy/dependabot/go_modules/server/go/minor-a...
  • 2a35341 build(deps): bump the minor-and-patch group across 2 directories with 1 update
  • 2a2173a Merge pull request #1285 from godaddy/dependabot/maven/java/app-encryption/mi...
  • Additional commits viewable in compare view

Updates github.com/godaddy/asherah/go/appencryption from 0.7.1 to 0.8.0

Release notes

Sourced from github.com/godaddy/asherah/go/appencryption's releases.

[Go] AppEncryption v0.8.0

What's Changed

Security Improvements

  • Enhanced secure memory wiping: Replace manual byte zeroing loop with Go's built-in clear() function (available since Go 1.21) which is guaranteed not to be optimized away by the compiler

Code Quality & Documentation

  • Fixed Go deprecation comment blocks: Updated deprecation comments to use the proper Deprecated: format instead of DEPRECATED: to ensure they are properly recognized by Go tooling and IDEs

Dependency Updates

  • SecureMemory: Upgraded to v0.1.7
  • Go Runtime: Updated to Go 1.23.0
  • AWS SDK Go: Updated to v1.55.7
  • AWS SDK Go v2: Major version updates across all services:
    • Core SDK: v1.37.1 (from v1.33.0)
    • Config: v1.30.2 (from v1.29.1)
    • DynamoDB: v1.45.1 (from v1.39.5)
    • KMS: v1.42.1 (from v1.37.13)
    • DynamoDB AttributeValue: v1.20.1 (from v1.15.28)
    • DynamoDB Expression: v1.8.1 (from v1.7.63)
  • Golang.org/x/crypto: Updated to v0.35.0 (from v0.31.0)
  • Golang.org/x/sys: Updated to v0.34.0 (from v0.29.0)
  • AWS Smithy-Go: Updated to v1.22.5 (from v1.22.1)

Development & Testing

  • Multiple dependency maintenance updates via Dependabot
  • Updated integration test dependencies including Docker and TestContainers

Full Changelog: go/appencryption/v0.7.1...go/appencryption/v0.8.0

Commits
  • d562767 Merge pull request #1473 from godaddy/go-ae-bump
  • b7b5858 run go mod tidy after go mod edit to ensure go.mod is up to date
  • 2cafb87 removed toolchain directive
  • 8210070 bump version to 0.8.0
  • eccad7e upgrade securememory to v0.1.7
  • c4e1acc Merge pull request #1471 from godaddy/go-sm-bump
  • eee11cc bump version to v0.1.7
  • 0a94576 Merge pull request #1472 from godaddy/go-version-bump
  • 9aaadc4 update go.work - bump go version to 1.23.0, remove toolchain directive
  • 653a43a Merge pull request #1459 from wberry-godaddy/main
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go labels Sep 4, 2025
Bumps the minor-and-patch group with 6 updates in the /server/go directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.33.0` | `1.38.3` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.29.1` | `1.31.6` |
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2) | `1.39.5` | `1.50.1` |
| [github.com/godaddy/asherah/go/appencryption](https://github.com/godaddy/asherah) | `0.7.1` | `0.8.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.74.2` | `1.75.0` |

Bumps the minor-and-patch group with 1 update in the /tests/cross-language/go directory: [github.com/godaddy/asherah/go/appencryption](https://github.com/godaddy/asherah).


Updates `github.com/aws/aws-sdk-go-v2` from 1.33.0 to 1.38.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.33.0...v1.38.3)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.29.1 to 1.31.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.29.1...config/v1.31.6)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.39.5 to 1.50.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/iot/v1.39.5...service/s3/v1.50.1)

Updates `github.com/godaddy/asherah/go/appencryption` from 0.7.1 to 0.8.0
- [Release notes](https://github.com/godaddy/asherah/releases)
- [Commits](go/appencryption/v0.7.1...go/appencryption/v0.8.0)

Updates `github.com/godaddy/asherah/go/securememory` from 0.1.6 to 0.1.7
- [Release notes](https://github.com/godaddy/asherah/releases)
- [Commits](csharp/Logging/v0.1.6...csharp/Logging/v0.1.7)

Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.10.0...v1.11.1)

Updates `google.golang.org/grpc` from 1.74.2 to 1.75.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.74.2...v1.75.0)

Updates `github.com/godaddy/asherah/go/appencryption` from 0.7.1 to 0.8.0
- [Release notes](https://github.com/godaddy/asherah/releases)
- [Commits](go/appencryption/v0.7.1...go/appencryption/v0.8.0)

Updates `github.com/godaddy/asherah/go/appencryption` from 0.7.1 to 0.8.0
- [Release notes](https://github.com/godaddy/asherah/releases)
- [Commits](go/appencryption/v0.7.1...go/appencryption/v0.8.0)

Updates `github.com/godaddy/asherah/go/securememory` from 0.1.6 to 0.1.7
- [Release notes](https://github.com/godaddy/asherah/releases)
- [Commits](csharp/Logging/v0.1.6...csharp/Logging/v0.1.7)

Updates `github.com/godaddy/asherah/go/appencryption` from 0.7.1 to 0.8.0
- [Release notes](https://github.com/godaddy/asherah/releases)
- [Commits](go/appencryption/v0.7.1...go/appencryption/v0.8.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.38.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.31.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-version: 1.50.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/godaddy/asherah/go/appencryption
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/godaddy/asherah/go/securememory
  dependency-version: 0.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: google.golang.org/grpc
  dependency-version: 1.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/godaddy/asherah/go/appencryption
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/godaddy/asherah/go/appencryption
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/godaddy/asherah/go/securememory
  dependency-version: 0.1.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/godaddy/asherah/go/appencryption
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/server/go/minor-and-patch-5c2ce8603a branch from 36cf3e7 to 7965b71 Compare September 4, 2025 17:30
@aka-bo aka-bo merged commit 10275fd into main Sep 4, 2025
20 of 21 checks passed
@aka-bo aka-bo deleted the dependabot/go_modules/server/go/minor-and-patch-5c2ce8603a branch September 4, 2025 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants