Bump to go 1.24

This commit is contained in:
Manuel Rüger
2025-04-15 20:33:43 +02:00
parent 5cbd0fd6eb
commit 92634869e3
5 changed files with 6 additions and 6 deletions

View File

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