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

Commit a89f4c5

Browse files
chore(deps): Update dependency go to v1.24.6 (#116)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [go](https://redirect.github.com/actions/go-versions) | uses-with | patch | `1.24.5` -> `1.24.6` | `1.25.0` | --- ### Release Notes <details> <summary>actions/go-versions (go)</summary> ### [`v1.24.6`](https://redirect.github.com/actions/go-versions/releases/tag/1.24.6-16792114823): 1.24.6 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.24.5-16210585985...1.24.6-16792114823) Go 1.24.6 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a75090 commit a89f4c5

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.5
29+
go-version: 1.24.6
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
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Go
3838
uses: actions/setup-go@v5
3939
with:
40-
go-version: 1.24.5
40+
go-version: 1.24.6
4141
cache-dependency-path: go.sum
4242

4343
- name: Run Unit Tests

0 commit comments

Comments
 (0)