Skip to content

Commit

Permalink
Upgrade Go version to 1.24 (#148)
Browse files Browse the repository at this point in the history
## 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]>
  • Loading branch information
3 people authored Feb 15, 2025
1 parent f2aa891 commit 4170920
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
with:
egress-policy: audit
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-go@v4
with:
go-version: '1.24.0'
- uses: actions/setup-python@v5
with:
python-version: '3.x'
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/jaegertracing/jaeger-idl

go 1.22.7
go 1.23.6

toolchain go1.23.6
toolchain go1.24.0

require (
github.com/apache/thrift v0.21.0
Expand Down

0 comments on commit 4170920

Please sign in to comment.