deps(deps): bump the go-dependencies group across 1 directory with 7 updates - #560
Merged
mrsimonemms merged 1 commit intoSep 3, 2026
Merged
Conversation
Contributor
|
🚀 Preview deployed |
Collaborator
|
@dependabot rebase |
…updates Bumps the go-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/nexus-rpc/sdk-go](https://github.com/nexus-rpc/sdk-go) | `0.6.0` | `0.7.0` | | [github.com/posthog/posthog-go](https://github.com/posthog/posthog-go) | `1.23.0` | `1.24.4` | | [go.temporal.io/sdk](https://github.com/temporalio/sdk-go) | `1.47.0` | `1.48.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.83.0` | `1.83.2` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.36.3` | `0.37.0` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.36.3` | `0.37.0` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.11.1` | `1.12.1` | Updates `github.com/nexus-rpc/sdk-go` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/nexus-rpc/sdk-go/releases) - [Commits](nexus-rpc/sdk-go@v0.6.0...v0.7.0) Updates `github.com/posthog/posthog-go` from 1.23.0 to 1.24.4 - [Release notes](https://github.com/posthog/posthog-go/releases) - [Changelog](https://github.com/PostHog/posthog-go/blob/main/CHANGELOG.md) - [Commits](PostHog/posthog-go@v1.23.0...v1.24.4) Updates `go.temporal.io/sdk` from 1.47.0 to 1.48.0 - [Release notes](https://github.com/temporalio/sdk-go/releases) - [Changelog](https://github.com/temporalio/sdk-go/blob/main/CHANGELOG.md) - [Commits](temporalio/sdk-go@v1.47.0...v1.48.0) Updates `google.golang.org/grpc` from 1.83.0 to 1.83.2 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.83.0...v1.83.2) Updates `k8s.io/apimachinery` from 0.36.3 to 0.37.0 - [Commits](kubernetes/apimachinery@v0.36.3...v0.37.0) Updates `k8s.io/client-go` from 0.36.3 to 0.37.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.36.3...v0.37.0) Updates `github.com/stretchr/testify` from 1.11.1 to 1.12.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.11.1...v1.12.1) --- updated-dependencies: - dependency-name: github.com/nexus-rpc/sdk-go dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/posthog/posthog-go dependency-version: 1.24.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/stretchr/testify dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: go.temporal.io/sdk dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: google.golang.org/grpc dependency-version: 1.83.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: k8s.io/apimachinery dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/client-go dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-dependencies-3c023a87af
branch
from
September 3, 2026 13:48
c4fdeb1 to
6a044d4
Compare
mrsimonemms
deleted the
dependabot/go_modules/go-dependencies-3c023a87af
branch
September 3, 2026 14:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-dependencies group with 7 updates in the / directory:
0.6.00.7.01.23.01.24.41.47.01.48.01.83.01.83.20.36.30.37.00.36.30.37.01.11.11.12.1Updates
github.com/nexus-rpc/sdk-gofrom 0.6.0 to 0.7.0Release notes
Sourced from github.com/nexus-rpc/sdk-go's releases.
Commits
4a2c168Don't join a nil close error in LazyValue.Consume (#72)06facc2💥 Don't wrap serializer errors in the service handler (#71)0d8f704Mark some APIs experimental we aren't ready to commit to. (#70)Updates
github.com/posthog/posthog-gofrom 1.23.0 to 1.24.4Release notes
Sourced from github.com/posthog/posthog-go's releases.
Changelog
Sourced from github.com/posthog/posthog-go's changelog.
Commits
0216c23chore: release v1.24.4 [version bump] [skip ci]c3270b6fix(flags): align local exact matching with the flags service (#300)d5152eachore(deps): bump the github-actions group with 2 updates (#304)518931fchore(deps-dev): bump@changesets/clifrom 3.0.0 to 3.0.1 in the release-tool...0b4046echore: release v1.24.3 [version bump] [skip ci]749f1e8fix: match exact/is_not case-insensitively and after string coercion (#299)5e7fa98chore: release v1.24.2 [version bump] [skip ci]360bc8dfix(flags): align presence operator semantics (#297)5cfdbb4chore: release v1.24.1 [version bump] [skip ci]3d250c5fix(flags): handle empty evaluation key scopes (#295)Updates
go.temporal.io/sdkfrom 1.47.0 to 1.48.0Release notes
Sourced from go.temporal.io/sdk's releases.
... (truncated)
Changelog
Sourced from go.temporal.io/sdk's changelog.
Commits
b7c242cPrepare release 1.48.0 (#2578)7e5b6d9Fix CI flake detected by SDK Sentinel (go) (#2568)b06b88dPropagate data converter errors from Nexus input deserialization (#2549)1f8d530Run checks for contrib modules (#2558)67b370dDocument pull request template (#2575)5cc4546Fix double sending link on SAA (#2525)9279c40feat(opentelemetry): add support for OTEL v2 (#2475)ddcf986Expose first execution run ID (#2542)d77a338Add testify suite assertion lifecycle check (#2553)9b4ffaaAdd envconfig support to integration test harness (#2539)Updates
google.golang.org/grpcfrom 1.83.0 to 1.83.2Release notes
Sourced from google.golang.org/grpc's releases.
Commits
030ee8bUpdate version to 1.83.2 (#9375)8668b69cherry-pick #9365 to v1.83.x (#9366)a3e952dcherry-pick #9346 to v1.83.x and update x/net dependency (#9369)58f8fd9Change version to 1.83.2-dev (#9337)1550d9eChange version to 1.83.1 (#9336)ebba6f3Cherry-pick #9258 and #9332 into v1.83.x (#9335)8cfeca0Cherry-pick #9331 to v1.83.x (#9333)dec6951Change version to 1.83.1-dev (#9229)Updates
k8s.io/apimachineryfrom 0.36.3 to 0.37.0Commits
7164e39Update dependencies to v0.37.0 tage55f9bafeat(api): Update node restriction admission to use new APIcb0680dMerge pull request #129125 from pohly/log-client-go-tools-apis97b2132Merge pull request #140194 from gnufied/implement-volume-health-apif21afabAdd validation for camelcase in reason fieldd7ad413Merge pull request #140782 from dims/update-kube-openapie15ad7cMerge pull request #138808 from chenk008/cbor-streaminglist464b5d1Update k8s.io/kube-openapi to v0.0.0-20260721132016-d427ff9ee9ad0de14ecMerge pull request #140732 from thockin/dv-add-prefixed-label-key95258ebMerge pull request #134037 from ibihim/ibihim/2025-09-09_unsafe-delete-of-cor...Updates
k8s.io/client-gofrom 0.36.3 to 0.37.0Commits
2807644Update dependencies to v0.37.0 tag50c6f9bmetrics: Register: Fix incorrect assignment49f0a7bMerge pull request #140931 from pohly/client-go-changelog-adding-apigroups74d4b1eMerge pull request #140966 from alancaldelas/client-go-fakecustomstore-store2bf14f2Merge pull request #140990 from xigang/revert-1404487b892feRevert "Merge pull request #140448 from xigang/event_broadcaster_goroutine_leak"df92378Merge pull request #140334 from nojnhuh/dra-workloadresourceclaims-beta45a0ff1client-go: restore FakeCustomStore conformance to cache.Store9d3b531Merge pull request #139795 from omeryahud/worktree-kep-5963-device-compat-groups694f4ebapidiff: ignore adding entirely new API groupsUpdates
github.com/stretchr/testifyfrom 1.11.1 to 1.12.1Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
959dbdaMerge pull request #1935 from harryzcy/yaml-update9bb7176Update go.yaml.in/yaml/v3 to v3.0.5001eb79Merge pull request #1905 from Kentzo/patch-1ad40f38Merge pull request #1906 from stretchr/dependabot/github_actions/actions/chec...3bae017build(deps): bump actions/checkout from 6.0.2 to 6.0.3f8c01f3mock: Mock.Return does not exist anymore12f8b56Merge pull request #1563 from stretchr/make-AssertionFunc-types-aliasesa11649eassert: make *AssertionFunc type just aliasesdc20f41Merge pull request #1890 from stretchr/dolmen/codegen-modernize098f8d7_codegen: use strings.Builder