Update golang Docker tag to v1.24
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Requests / Build Image (pull_request) Successful in 6m11s
Test Pull Requests / Notify (pull_request) Successful in 3s
Build Develop Image / Build Image (push) Successful in 6m48s
Build Develop Image / Notify (push) Successful in 3s

This commit is contained in:
Renovate Bot 2025-02-23 10:00:28 +00:00
parent 626dbf803e
commit 475d052b31
Signed by: renovate-bot
GPG Key ID: 1EF920F7538833A3

View File

@ -1,4 +1,4 @@
FROM golang:1.23-alpine3.21 as builder
FROM golang:1.24-alpine3.21 as builder
# Do not remove `git` here, it is required for getting runner version when executing `make build`
RUN apk add --no-cache make git