Revert back to go 1.23

This commit is contained in:
Manuel Rüger
2025-02-21 16:40:15 +01:00
parent b30b0491a8
commit f8229c8acb
3 changed files with 3 additions and 3 deletions

View File

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