updates project to go1.24.1 #2

Merged
Franz.Germann merged 6 commits from feature/update-project-to-go1.24.1 into development 2025-03-26 16:46:29 +00:00
Showing only changes of commit 67da69a30c - Show all commits

View file

@ -5,7 +5,7 @@ RUN apk add ca-certificates
COPY . /go/src/github.com/hugomd/ascii-live/
RUN cd /go/src/github.com/hugomd/ascii-live && \
go mod download && \
CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main .
CGO_ENABLED=0 GOOS=linux go build -installsuffix cgo -o main .
FROM scratch
COPY --from=build-env /go/src/github.com/hugomd/ascii-live/main /