From 8097fdda618103060dd949343bf55400777c3405 Mon Sep 17 00:00:00 2001 From: "campaigner-prod[bot]" <87874424+campaigner-prod[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 14:48:38 +0000 Subject: [PATCH] Executing automated changes --- apps/pass-api/Dockerfile | 2 +- apps/pass-api/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/pass-api/Dockerfile b/apps/pass-api/Dockerfile index 5346e6d..ff7ff3d 100644 --- a/apps/pass-api/Dockerfile +++ b/apps/pass-api/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM --platform=${BUILDPLATFORM} golang:1.22 AS builder +FROM --platform=${BUILDPLATFORM} golang:1.25 AS builder ARG GIT_COMMIT_SHA ARG GIT_REPOSITORY_URL diff --git a/apps/pass-api/go.mod b/apps/pass-api/go.mod index 317b014..2c55999 100644 --- a/apps/pass-api/go.mod +++ b/apps/pass-api/go.mod @@ -1,6 +1,6 @@ module apps/pass-api -go 1.22.5 +go 1.25.7 require ( github.com/gin-gonic/gin v1.10.0