chore: update to Go 1.24, improve oauth admin mapping tests

This commit is contained in:
Christoph Haas
2025-02-27 22:32:11 +01:00
parent 66ccdc29e9
commit f7d7038829
6 changed files with 200 additions and 30 deletions

View File

@@ -20,7 +20,7 @@ RUN npm run build
######
# Build backend
######
FROM --platform=${BUILDPLATFORM} golang:1.23-alpine AS builder
FROM --platform=${BUILDPLATFORM} golang:1.24-alpine AS builder
# Set the working directory
WORKDIR /build
# Download dependencies