Update golang Docker tag to v1.23
Some checks failed
/ build-container (push) Failing after 1m15s

This commit is contained in:
Renovate Bot 2024-09-08 06:00:58 +00:00
parent b8c0cb7a2c
commit af10b6e8fe

View file

@ -1,4 +1,4 @@
FROM library/golang:1.21 as build
FROM library/golang:1.23 as build
ADD * /go/caching-proxy/
WORKDIR /go/caching-proxy
ARG GOPROXY=direct