chore(deps): update golang docker tag to v1.25 #48

Merged
t.behrendt merged 2 commits from renovate/go-version into main 2025-12-12 21:42:48 +01:00
Showing only changes of commit 1eb5f4444d - Show all commits

View File

@@ -1,4 +1,4 @@
FROM golang:1.24-alpine as build
FROM golang:1.25-alpine as build
ARG GOARCH=amd64