11
0

Update to 1.23
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
2024-09-13 21:52:46 +03:00
parent 3e5422a2c8
commit 3bc9b283b3
3 changed files with 18 additions and 491 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.20 AS build
FROM golang:1.23 AS build
WORKDIR /go/src/git.k-space.ee/k-space/goredirect
COPY go.mod go.sum ./
RUN go mod download