Skip to content

Commit 78b672e

Browse files
chore(deps): Update dependency go to v1.24.1 (#79)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://redirect.github.com/actions/go-versions) | uses-with | minor | `1.23.4` -> `1.24.1` | --- ### Release Notes <details> <summary>actions/go-versions (go)</summary> ### [`v1.24.1`](https://redirect.github.com/actions/go-versions/releases/tag/1.24.1-13667719799): 1.24.1 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.24.0-13277276272...1.24.1-13667719799) Go 1.24.1 ### [`v1.24.0`](https://redirect.github.com/actions/go-versions/releases/tag/1.24.0-13277276272): 1.24.0 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.23.7-13667722349...1.24.0-13277276272) Go 1.24.0 ### [`v1.23.7`](https://redirect.github.com/actions/go-versions/releases/tag/1.23.7-13667722349): 1.23.7 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.23.6-13149487101...1.23.7-13667722349) Go 1.23.7 ### [`v1.23.6`](https://redirect.github.com/actions/go-versions/releases/tag/1.23.6-13149487101): 1.23.6 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.23.5-12821973241...1.23.6-13149487101) Go 1.23.6 ### [`v1.23.5`](https://redirect.github.com/actions/go-versions/releases/tag/1.23.5-12821973241): 1.23.5 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.23.4-12152391001...1.23.5-12821973241) Go 1.23.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/modusDB). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a202fb commit 78b672e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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.23.4
29+
go-version: 1.24.1
3030
cache-dependency-path: go.sum
3131

3232
- name: Run Unit Tests

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

+1-1
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.23.4
37+
go-version: 1.24.1
3838
cache-dependency-path: go.sum
3939

4040
- name: Run Unit Tests

0 commit comments

Comments
 (0)