Skip to content

Commit d8a5d93

Browse files
authored
chore(deps): update go toolchain directive to v1.26.3 (#763)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | patch | `1.26.2` → `1.26.3` | | [go](https://redirect.github.com/actions/go-versions) | uses-with | patch | `1.26.2` → `1.26.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/4) for more information. --- ### Release Notes <details> <summary>golang/go (go)</summary> ### [`v1.26.3`](https://redirect.github.com/golang/go/compare/go1.26.2...go1.26.3) </details> <details> <summary>actions/go-versions (go)</summary> ### [`v1.26.3`](https://redirect.github.com/actions/go-versions/releases/tag/1.26.3-25533533231): 1.26.3 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.26.2-24114135105...1.26.3-25533533231) Go 1.26.3 </details> --- ### Configuration 📅 **Schedule**: (in timezone Asia/Tokyo) - Branch creation - Only on Sunday and Saturday (`* * * * 0,6`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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/bootjp/elastickv). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzkuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE3OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
2 parents 6748aca + f8bbb19 commit d8a5d93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jepsen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Go
3434
uses: actions/setup-go@v6
3535
with:
36-
go-version: "1.26.2"
36+
go-version: "1.26.3"
3737

3838
- name: Bring up Jepsen VMs
3939
working-directory: jepsen

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/bootjp/elastickv
22

33
go 1.25.0
44

5-
toolchain go1.26.2
5+
toolchain go1.26.3
66

77
require (
88
github.com/Jille/grpc-multi-resolver v1.3.0

0 commit comments

Comments
 (0)