diff options
author | Maros Ondrejicka <mondreji@cisco.com> | 2023-02-14 12:56:49 +0100 |
---|---|---|
committer | Maros Ondrejicka <mondreji@cisco.com> | 2023-02-14 12:56:49 +0100 |
commit | 7d7ab1008a0f13a464e7f4c3628b48832172d0b3 (patch) | |
tree | 2022c53dce9275357974e2bfff119e573e1ff87e /extras/hs-test/Makefile | |
parent | 590a82c237337f560cc3d5beac47a235c5e97eac (diff) |
hs-test: clean-up obsolete code
Type: test
Signed-off-by: Maros Ondrejicka <mondreji@cisco.com>
Change-Id: I52cd825f903e41c35f6c4a9db71f00dbedbb8680
Diffstat (limited to 'extras/hs-test/Makefile')
-rw-r--r-- | extras/hs-test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/hs-test/Makefile b/extras/hs-test/Makefile index cd3a284208f..2bb6db951cb 100644 --- a/extras/hs-test/Makefile +++ b/extras/hs-test/Makefile @@ -8,5 +8,6 @@ docker: fixstyle: @gofmt -w . + @go mod tidy .PHONY: docker |