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

@@ -3,9 +3,6 @@ name: Unit test core
on:
workflow_call:
inputs:
go_version:
required: true
type: string
core_cache_key:
required: true
type: string
@@ -29,7 +26,7 @@ jobs:
-
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go_version }}
go-version-file: 'go.mod'
-
uses: actions/cache/restore@v4
timeout-minutes: 1