chore: updating go to 1.24 (#9507)

# Which Problems Are Solved

Updating go to 1.24

---------

Co-authored-by: Iraq Jaber <IraqJaber@gmail.com>
(cherry picked from commit 596970cc7e)
This commit is contained in:
Iraq
2025-03-25 07:01:29 +00:00
committed by Livio Spring
parent c6e27183c1
commit 14754e8edc
8 changed files with 8 additions and 28 deletions

View File

@@ -5,12 +5,12 @@ import (
_ "embed"
"errors"
"log/slog"
"slices"
"strings"
"text/template"
"github.com/jackc/pgx/v5"
"github.com/jackc/pgx/v5/pgconn"
"golang.org/x/exp/slices"
"github.com/zitadel/zitadel/internal/cache"
"github.com/zitadel/zitadel/internal/telemetry/tracing"

View File

@@ -4,8 +4,7 @@ import (
"bytes"
"context"
"encoding/json"
"golang.org/x/exp/slices"
"slices"
"github.com/zitadel/zitadel/internal/domain"
"github.com/zitadel/zitadel/internal/eventstore"
@@ -80,6 +79,7 @@ func (wm *UserSchemaWriteModel) Query() *eventstore.SearchQueryBuilder {
return query.Builder()
}
func (wm *UserSchemaWriteModel) NewUpdatedEvent(
ctx context.Context,
agg *eventstore.Aggregate,