Update golang Docker tag to v1.24.2 #18

Open
renovate wants to merge 1 commits from renovate/golang-1.x into custom
Showing only changes of commit de880da152 - Show all commits

View File

@ -1,4 +1,4 @@
FROM golang:1.23.6 AS build
FROM golang:1.24.2 AS build
WORKDIR /app