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: Build core
on:
workflow_call:
inputs:
go_version:
required: true
type: string
buf_version:
required: true
type: string
@@ -70,7 +67,7 @@ jobs:
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go_version }}
go-version-file: 'go.mod'
-
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
run: make core_build