tests other version for go image
Some checks failed
ci / build (push) Has been cancelled

This commit is contained in:
franz.germann 2025-03-24 17:24:18 +01:00
parent 6d95104f40
commit 63fc0f5871

View file

@ -1,4 +1,4 @@
FROM golang:1.24.1-alpine AS build-env FROM golang:1.24-alpine AS build-env
ENV GO111MODULE=on ENV GO111MODULE=on
WORKDIR /go/src/github.com/hugomd/ascii-live/ WORKDIR /go/src/github.com/hugomd/ascii-live/
RUN apk add ca-certificates RUN apk add ca-certificates