-
Notifications
You must be signed in to change notification settings - Fork 543
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch back to upstream faillint (#7776)
* Switch back to github.com/fatih/[email protected]. * Fix whitespace. * Update build image version to pr7776-bae88f6be5 --------- Signed-off-by: Peter Štibraný <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,13 +42,12 @@ RUN git clone --depth 1 --branch ${SKOPEO_VERSION} https://github.com/containers | |
DISABLE_DOCS=1 make -C /go/src/github.com/containers/skopeo install && \ | ||
rm -rf /go/pkg /go/src /root/.cache | ||
|
||
# github.com/pstibrany/faillint@update-deps-and-rename-mod is a fork of github.com/fatih/faillint with PR https://github.com/fatih/faillint/pull/41. Once it's merged, we should switch back. | ||
RUN GO111MODULE=on \ | ||
go install github.com/client9/misspell/cmd/[email protected] && \ | ||
go install github.com/golang/protobuf/[email protected] && \ | ||
go install github.com/gogo/protobuf/[email protected] && \ | ||
go install github.com/weaveworks/tools/cover@bdd647e92546027e12cdde3ae0714bb495e43013 && \ | ||
go install github.com/pstibrany/faillint@update-deps-and-rename-mod && \ | ||
go install github.com/fatih/faillint@v1.12.0 && \ | ||
go install github.com/campoy/[email protected] && \ | ||
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/[email protected] && \ | ||
go install github.com/monitoring-mixins/mixtool/cmd/mixtool@bca3066 && \ | ||
|