Update golang Docker tag to v1.24
Some checks failed
/ build-container (push) Successful in 1m57s
/ Deploy to kubernetes (push) Failing after 8s

This commit is contained in:
Renovate Bot 2025-02-12 19:05:57 +00:00
parent eb2e0b5549
commit 2f5763c926

View file

@ -1,4 +1,4 @@
FROM library/golang:1.23 AS build
FROM library/golang:1.24 AS build
ADD . /bridge
WORKDIR /bridge
RUN go build ./cmd/matrix-bridge-meshtastic