Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit c72b917

Browse files
chore(deps): Update dependency go to v1.24.5 (#109)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://redirect.github.com/actions/go-versions) | uses-with | patch | `1.24.4` -> `1.24.5` | --- ### Release Notes <details> <summary>actions/go-versions (go)</summary> ### [`v1.24.5`](https://redirect.github.com/actions/go-versions/releases/tag/1.24.5-16210585985): 1.24.5 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.24.4-15482447176...1.24.5-16210585985) Go 1.24.5 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on Wednesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hypermodeinc/modusGraph). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b222f13 commit c72b917

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-go-load-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@v5
2828
with:
29-
go-version: 1.24.4
29+
go-version: 1.24.5
3030
cache-dependency-path: go.sum
3131

3232
- name: Run Unit Tests

.github/workflows/ci-go-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Go
3535
uses: actions/setup-go@v5
3636
with:
37-
go-version: 1.24.4
37+
go-version: 1.24.5
3838
cache-dependency-path: go.sum
3939

4040
- name: Run Unit Tests

0 commit comments

Comments
 (0)