Skip to content

Commit a2c90c8

Browse files
cgrindel-self-hosted-renovate[bot]cgrindelclaudemergify[bot]
authored
fix(deps): update golang.org/x/exp digest to 42675ad (#155)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/exp | require | digest | `51f8813` -> `42675ad` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> --------- Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: Chuck Grindel <[email protected]> Co-authored-by: Claude <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent c043db0 commit a2c90c8

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ module(
88
bazel_dep(name = "rules_shell", version = "0.3.0")
99
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.27.0")
1010
bazel_dep(name = "bazel_skylib", version = "1.7.1")
11-
bazel_dep(name = "rules_go", version = "0.50.1")
12-
bazel_dep(name = "gazelle", version = "0.43.0")
11+
bazel_dep(name = "rules_go", version = "0.57.0")
12+
bazel_dep(name = "gazelle", version = "0.45.0")
1313

1414
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
15-
go_sdk.download(version = "1.23.3")
15+
go_sdk.download(version = "1.24.0")
1616

1717
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
1818
go_deps.from_file(go_mod = "//:go.mod")
@@ -41,7 +41,7 @@ bazel_dep(
4141
)
4242
bazel_dep(
4343
name = "platforms",
44-
version = "0.0.10",
44+
version = "1.0.0",
4545
dev_dependency = True,
4646
)
4747

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/cgrindel/swift_gazelle_plugin
22

3-
go 1.23.3
3+
go 1.24.0
4+
5+
toolchain go1.24.6
46

57
// Workaround for inconsistent Go versions being used in rules_bazel_integration_test tests.
68
// toolchain go1.21.5
@@ -11,7 +13,7 @@ require (
1113
github.com/creasty/defaults v1.8.0
1214
github.com/deckarep/golang-set/v2 v2.8.0
1315
github.com/stretchr/testify v1.10.0
14-
golang.org/x/exp v0.0.0-20250811191247-51f88131bc50
16+
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6
1517
golang.org/x/text v0.28.0
1618
gopkg.in/yaml.v3 v3.0.1
1719
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
1818
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
1919
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
2020
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
21-
golang.org/x/exp v0.0.0-20250811191247-51f88131bc50 h1:3yiSh9fhy5/RhCSntf4Sy0Tnx50DmMpQ4MQdKKk4yg4=
22-
golang.org/x/exp v0.0.0-20250811191247-51f88131bc50/go.mod h1:rT6SFzZ7oxADUDx58pcaKFTcZ+inxAa9fTrYx/uVYwg=
21+
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 h1:SbTAbRFnd5kjQXbczszQ0hdk3ctwYf3qBNH9jIsGclE=
22+
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6/go.mod h1:4QTo5u+SEIbbKW1RacMZq1YEfOBqeXa19JeshGi+zc4=
2323
golang.org/x/mod v0.27.0 h1:kb+q2PyFnEADO2IEF935ehFUXlWiNjJWtRNgBLSfbxQ=
2424
golang.org/x/mod v0.27.0/go.mod h1:rWI627Fq0DEoudcK+MBkNkCe0EetEaDSwJJkCcjpazc=
2525
golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=

0 commit comments

Comments
 (0)