Update golang Docker tag to v1.26
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Test Pull Requests / Build Image (pull_request) Failing after 49s
Test Pull Requests / Notify (pull_request) Has been skipped

This commit is contained in:
2026-05-03 12:00:49 +00:00
parent 731baf65f1
commit e05ca2a5f9

View File

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