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

@@ -6,9 +6,6 @@ on:
node_version:
required: true
type: string
go_version:
required: true
type: string
buf_version:
required: true
type: string
@@ -85,7 +82,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