Compare commits

...

2 commits

View file

@ -1,4 +1,4 @@
FROM golang:1.23.6 AS builder
FROM golang:1.24.0 AS builder
WORKDIR /app
ADD . .