From 5ddb864d051e9d693858f15a6e11c6457a55bb13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 21:00:54 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies to v1.23.0 --- Dockerfile | 2 +- go.mod | 2 +- internal/cmd/protoc-gen-customizer/go.mod | 2 +- internal/cmd/protoc-gen-fronthelper/go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 05302a516..217b33a91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN rm -rf ./.nuxt/ && \ NUXT_UI_PRO_LICENSE=${NUXT_UI_PRO_LICENSE} pnpm generate # Backend Build -FROM docker.io/library/golang:1.22.5 AS gobuilder +FROM docker.io/library/golang:1.23.0 AS gobuilder WORKDIR /go/src/github.com/fivenet-app/fivenet/ COPY . ./ RUN apt-get update && \ diff --git a/go.mod b/go.mod index fc87d53b4..638ab5465 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/fivenet-app/fivenet -go 1.22.5 +go 1.23.0 require ( github.com/Code-Hex/go-generics-cache v1.5.1 diff --git a/internal/cmd/protoc-gen-customizer/go.mod b/internal/cmd/protoc-gen-customizer/go.mod index e780a64bc..6aa5250ca 100644 --- a/internal/cmd/protoc-gen-customizer/go.mod +++ b/internal/cmd/protoc-gen-customizer/go.mod @@ -1,6 +1,6 @@ module github.com/fivenet-app/fivenet/internal/cmd/protoc-gen-customizer -go 1.22.5 +go 1.23.0 require ( github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4 diff --git a/internal/cmd/protoc-gen-fronthelper/go.mod b/internal/cmd/protoc-gen-fronthelper/go.mod index dd9a36dc4..9655e7a9b 100644 --- a/internal/cmd/protoc-gen-fronthelper/go.mod +++ b/internal/cmd/protoc-gen-fronthelper/go.mod @@ -1,6 +1,6 @@ module github.com/fivenet-app/fivenet/internal/cmd/protoc-gen-fronthelper -go 1.22.5 +go 1.23.0 require ( github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4