Bump required go version

This commit is contained in:
Till Faelligen 2025-05-16 18:09:14 +02:00
parent caff916fb2
commit bace3e58e8
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
#syntax=docker/dockerfile:1.2
FROM golang:1.22-bookworm as build
FROM golang:1.23-bookworm as build
RUN apt-get update && apt-get install -y postgresql
WORKDIR /build