Skip to content

Commit 4170920

Browse files
ADI-ROXXrenovate-botyurishkuro
authored
Upgrade Go version to 1.24 (#148)
## Which problem is this PR solving? - Resolves jaegertracing/jaeger#6734 - Successor of #144 ## Description of the changes - ## How was this change tested? - ## Checklist - [ ] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [ ] I have signed all commits - [ ] I have added unit tests for the new functionality - [ ] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` --------- Signed-off-by: Mend Renovate <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Signed-off-by: cs-308-2023 <[email protected]> Co-authored-by: Mend Renovate <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
1 parent f2aa891 commit 4170920

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
with:
4747
egress-policy: audit
4848
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
49+
- uses: actions/setup-go@v4
50+
with:
51+
go-version: '1.24.0'
4952
- uses: actions/setup-python@v5
5053
with:
5154
python-version: '3.x'

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/jaegertracing/jaeger-idl
22

3-
go 1.22.7
3+
go 1.23.6
44

5-
toolchain go1.23.6
5+
toolchain go1.24.0
66

77
require (
88
github.com/apache/thrift v0.21.0

0 commit comments

Comments
 (0)