chore(deps): update dependency go to 1.24.x (#858)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://redirect.github.com/actions/go-versions) | uses-with | minor | `1.23.x` -> `1.24.x` | --- ### 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 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 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/jaegertracing/documentation). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19--> Signed-off-by: Mend Renovate <bot@renovateapp.com>
This commit is contained in:
parent
8fe5a47de7
commit
ddd01751cc
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Setup Go to install htmltest
|
||||
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
|
||||
with:
|
||||
go-version: 1.23.x
|
||||
go-version: 1.24.x
|
||||
|
||||
- name: Install htmltest
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue