fix sourcehut blacklisting google
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Hamcha 2023-01-10 09:40:08 +01:00
parent 417f9f9345
commit fda955ad97
Signed by: hamcha
GPG Key ID: 1669C533B8CF6D89
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN apk --no-cache add ca-certificates
WORKDIR /src
COPY ./go.mod ./go.sum ./
RUN go mod download
RUN GOPRIVATE=git.sr.ht go mod download
COPY ./ ./