Skip to content

Commit 9cc64e5

Browse files
Update dependency go to v1.24.0 (#144)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | minor | `1.23.6` -> `1.24.0` | --- ### Release Notes <details> <summary>golang/go (go)</summary> ### [`v1.24.0`](https://redirect.github.com/golang/go/compare/go1.23.6...go1.24rc3) </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. --- - [x] <!-- 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/jaeger-idl). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19--> --------- Signed-off-by: Mend Renovate <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
1 parent 57e5ccb commit 9cc64e5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci-lint-test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ jobs:
4747
with:
4848
egress-policy: audit
4949
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
50-
- uses: actions/setup-go@v5
50+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
5151
with:
52-
go-version: '1.24.0'
52+
go-version: 1.24.x
53+
cache-dependency-path: ./go.sum
5354
- uses: actions/setup-python@v5
5455
with:
5556
python-version: '3.x'

.github/workflows/ci-unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3131
with:
32-
go-version: 1.23.x
32+
go-version: 1.24.x
3333
cache-dependency-path: ./go.sum
3434

3535
- name: Run unit tests

0 commit comments

Comments
 (0)