update go version in docker

This commit is contained in:
Mark Puha 2025-02-02 05:38:53 +01:00
parent 65215f0ed3
commit 6ecee31764

View file

@ -1,4 +1,4 @@
FROM golang:1.22.3 as awg
FROM golang:1.23 as awg
COPY . /awg
WORKDIR /awg
RUN go mod download && \