From 32f0f616220d5231cbe7bd8274ca309ed4cc90bb Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 15 Feb 2025 13:34:10 +0000 Subject: [PATCH 1/3] Update dependency go to v1.24.0 Signed-off-by: Mend Renovate --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a7fee2a..d776583 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/jaegertracing/jaeger-idl go 1.22.7 -toolchain go1.23.6 +toolchain go1.24.0 require ( github.com/apache/thrift v0.21.0 From 24129acd377747e6c59dfe885575a91cafed11be Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Sat, 15 Feb 2025 09:42:56 -0400 Subject: [PATCH 2/3] Update go.mod Signed-off-by: Yuri Shkuro --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d776583..f0d9bff 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/jaegertracing/jaeger-idl -go 1.22.7 +go 1.23.6 toolchain go1.24.0 From 76df9c6f9e86432f9514301cb9920d571271b8bd Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Fri, 28 Feb 2025 21:21:07 -0500 Subject: [PATCH 3/3] fix Signed-off-by: Yuri Shkuro --- .github/workflows/ci-lint-test.yml | 4 ++++ .github/workflows/ci-unit-tests.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-lint-test.yml b/.github/workflows/ci-lint-test.yml index 152b3b4..7e5ab78 100644 --- a/.github/workflows/ci-lint-test.yml +++ b/.github/workflows/ci-lint-test.yml @@ -46,6 +46,10 @@ jobs: with: egress-policy: audit - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 + with: + go-version: 1.24.x + cache-dependency-path: ./go.sum - uses: actions/setup-python@v5 with: python-version: '3.x' diff --git a/.github/workflows/ci-unit-tests.yml b/.github/workflows/ci-unit-tests.yml index d80a2a0..08a6634 100644 --- a/.github/workflows/ci-unit-tests.yml +++ b/.github/workflows/ci-unit-tests.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: - go-version: 1.23.x + go-version: 1.24.x cache-dependency-path: ./go.sum - name: Run unit tests