Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
  • Loading branch information
mtrmac committed Sep 2, 2024
1 parent 058b6f4 commit 2c3acb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ tools: .install.gitvalidation .install.golangci-lint .install.golint
fi

.install.golint:
go version ## DEBUG
# Note, golint is only needed for Skopeo's tests.
if [ ! -x "$(GOBIN)/golint" ]; then \
GO111MODULE="off" go get -u $(BUILDFLAGS) golang.org/x/lint/golint; \
go install $(BUILDFLAGS) golang.org/x/lint/golint; \
fi
echo DONE ## DEBUG

clean:
rm -rf $(MANPAGES)
Expand Down

0 comments on commit 2c3acb6

Please sign in to comment.