mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-03 22:12:35 +00:00
Use go 1.23.8 to build
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.23.6 AS builder
|
FROM golang:1.23.8 AS builder
|
||||||
ENV GOPATH="/go"
|
ENV GOPATH="/go"
|
||||||
WORKDIR /go/src/github.com/kovetskiy/mark
|
WORKDIR /go/src/github.com/kovetskiy/mark
|
||||||
COPY / .
|
COPY / .
|
||||||
|
|||||||
Reference in New Issue
Block a user