chore(deps): update golang docker tag to v1.24 #31

Merged
t.behrendt merged 1 commits from renovate/golang-1.x into main 2025-04-29 17:32:20 +02:00
Showing only changes of commit 871418f339 - Show all commits

View File

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