cicd: adding go files back

This commit is contained in:
jamesread 2022-08-27 14:48:27 +01:00
parent bb67ea58b6
commit 051ede1280
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
FROM fedora
RUN dnf install go -y --exclude=iputils
RUN pwd
COPY go.mod /
COPY so.sum /
COPY go.mod ./
COPY go.sum ./
RUN go install "github.com/bufbuild/buf/cmd/buf"
RUN go install "github.com/fzipp/gocyclo/cmd/gocyclo"
RUN go install "github.com/go-critic/go-critic/cmd/gocritic"