11
0

update go
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-05-23 11:13:03 +03:00
parent a9fe09d402
commit 81240636e2
3 changed files with 57 additions and 72 deletions

View File

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