Compare commits

..

No commits in common. "d51924bda2a4470edb48459b33d94afce4d89fbf" and "3e2cb30f9729ad162b54fd91f39c2752212cf4aa" have entirely different histories.

View File

@ -1,4 +1,4 @@
FROM golang:1.23 AS builder
FROM golang:1.21 AS builder
ENV GO111MODULE=on \
CGO_ENABLED=0 \
GOOS=linux \