Skip to content

Commit 5223a70

Browse files
renovate-botyurishkuro
authored andcommitted
Update dependency go to v1.23.0 (jaegertracing#5837)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | toolchain | minor | `1.22.6` -> `1.23.0` | --- ### Release Notes <details> <summary>golang/go (go)</summary> ### [`v1.23.0`](https://togithub.com/golang/go/compare/go1.22.6...go1.23rc1) </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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/jaegertracing/jaeger). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nOmRlcGVuZGVuY2llcyJdfQ==--> --------- Signed-off-by: Mend Renovate <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Jared Tan <[email protected]>
1 parent 2ebf28a commit 5223a70

25 files changed

+29
-27
lines changed

.github/actions/setup-go-tip/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
if: steps.download.outputs.success == 'false'
4646
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4747
with:
48-
go-version: 1.22.x
48+
go-version: 1.23.x
4949

5050
- name: Build Go Tip from source
5151
if: steps.download.outputs.success == 'false'

.github/workflows/ci-build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
5454
with:
55-
go-version: 1.22.x
55+
go-version: 1.23.x
5656

5757
- name: Setup Node.js version
5858
uses: ./.github/actions/setup-node.js

.github/workflows/ci-crossdock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3737
with:
38-
go-version: 1.22.x
38+
go-version: 1.23.x
3939

4040
- name: Export BRANCH variable
4141
uses: ./.github/actions/setup-branch

.github/workflows/ci-docker-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4444
with:
45-
go-version: 1.22.x
45+
go-version: 1.23.x
4646

4747
- name: Setup Node.js version
4848
uses: ./.github/actions/setup-node.js

.github/workflows/ci-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3737
with:
38-
go-version: 1.22.x
38+
go-version: 1.23.x
3939

4040
- name: Setup Node.js version
4141
uses: ./.github/actions/setup-node.js

.github/workflows/ci-docker-hotrod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3636
with:
37-
go-version: 1.22.x
37+
go-version: 1.23.x
3838

3939
- name: Export BRANCH variable
4040
uses: ./.github/actions/setup-branch

.github/workflows/ci-e2e-badger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3333
with:
34-
go-version: 1.22.x
34+
go-version: 1.23.x
3535

3636
- name: Run Badger storage integration tests
3737
run: |

.github/workflows/ci-e2e-cassandra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4141
with:
42-
go-version: 1.22.x
42+
go-version: 1.23.x
4343

4444
- name: Run cassandra integration tests
4545
id: test-execution

.github/workflows/ci-e2e-elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
5353
with:
54-
go-version: 1.22.x
54+
go-version: 1.23.x
5555

5656
- uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
5757
- name: Run ${{ matrix.version.distribution }} integration tests

.github/workflows/ci-e2e-grpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3333
with:
34-
go-version: 1.22.x
34+
go-version: 1.23.x
3535

3636
- name: Run gRPC storage integration tests
3737
run: |

0 commit comments

Comments
 (0)