Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ get-deps:
GO111MODULE=on go get github.com/fzipp/gocyclo/cmd/gocyclo@v0.3.1
go get golang.org/x/tools/cmd/goimports
go get github.com/golang/mock/mockgen
go get honnef.co/go/tools/cmd/staticcheck
GO111MODULE=on go get honnef.co/go/tools/cmd/staticcheck@v0.2.1

clean:
-rm -f ecs-init.spec
Expand Down