Use go 1.23.8 to build

This commit is contained in:
Manuel Rüger 2025-04-02 22:47:56 +02:00
parent a77a538ab5
commit dda17fcb55

View File

@ -1,4 +1,4 @@
FROM golang:1.23.6 AS builder
FROM golang:1.23.8 AS builder
ENV GOPATH="/go"
WORKDIR /go/src/github.com/kovetskiy/mark
COPY / .