mirror of
https://github.com/Jguer/yay.git
synced 2025-12-27 10:01:53 -05:00
fix(ci): fix CI issues
This commit is contained in:
13
ci.Dockerfile
Normal file
13
ci.Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM lopsided/archlinux:devel
|
||||
LABEL maintainer="Jguer,joaogg3 at google mail"
|
||||
|
||||
ENV GO111MODULE=on
|
||||
WORKDIR /app
|
||||
|
||||
RUN pacman -Syu --overwrite=* --needed --noconfirm go git
|
||||
|
||||
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.30.0
|
||||
|
||||
COPY go.mod .
|
||||
|
||||
RUN go mod download
|
||||
Reference in New Issue
Block a user