mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
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:
5
.github/workflows/compile.yml
vendored
5
.github/workflows/compile.yml
vendored
@@ -3,9 +3,6 @@ name: Compile
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
go_version:
|
||||
required: true
|
||||
type: string
|
||||
core_cache_key:
|
||||
required: true
|
||||
type: string
|
||||
@@ -53,7 +50,7 @@ jobs:
|
||||
-
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ inputs.go_version }}
|
||||
go-version-file: 'go.mod'
|
||||
-
|
||||
name: compile
|
||||
timeout-minutes: 5
|
||||
|
Reference in New Issue
Block a user