chore: updating go to 1.24 (#9507)

# Which Problems Are Solved

Updating go to 1.24

---------

Co-authored-by: Iraq Jaber <IraqJaber@gmail.com>
This commit is contained in:
Iraq
2025-03-25 07:01:29 +00:00
committed by GitHub
parent e7c7f9b800
commit 596970cc7e
8 changed files with 8 additions and 28 deletions

View File

@@ -25,7 +25,6 @@ jobs:
with:
node_version: "20"
buf_version: "latest"
go_version: "1.23"
console:
uses: ./.github/workflows/console.yml
@@ -43,7 +42,6 @@ jobs:
needs: [core, console, version]
uses: ./.github/workflows/compile.yml
with:
go_version: "1.23"
core_cache_key: ${{ needs.core.outputs.cache_key }}
console_cache_key: ${{ needs.console.outputs.cache_key }}
core_cache_path: ${{ needs.core.outputs.cache_path }}
@@ -54,7 +52,6 @@ jobs:
needs: core
uses: ./.github/workflows/core-unit-test.yml
with:
go_version: "1.23"
core_cache_key: ${{ needs.core.outputs.cache_key }}
core_cache_path: ${{ needs.core.outputs.cache_path }}
secrets:
@@ -64,7 +61,6 @@ jobs:
needs: core
uses: ./.github/workflows/core-integration-test.yml
with:
go_version: "1.23"
core_cache_key: ${{ needs.core.outputs.cache_key }}
core_cache_path: ${{ needs.core.outputs.cache_path }}
secrets:
@@ -74,7 +70,6 @@ jobs:
needs: [core, console]
uses: ./.github/workflows/lint.yml
with:
go_version: "1.23"
node_version: "18"
buf_version: "latest"
go_lint_version: "v1.62.2"