diff --git a/examples/hello-world/.gitignore b/examples/hello-world/.gitignore new file mode 100644 index 00000000..fbb0b4ed --- /dev/null +++ b/examples/hello-world/.gitignore @@ -0,0 +1 @@ +order \ No newline at end of file diff --git a/examples/hello-world/order b/examples/hello-world/order deleted file mode 100755 index 29033029..00000000 Binary files a/examples/hello-world/order and /dev/null differ diff --git a/examples/socket/.gitignore b/examples/socket/.gitignore new file mode 100644 index 00000000..fbb0b4ed --- /dev/null +++ b/examples/socket/.gitignore @@ -0,0 +1 @@ +order \ No newline at end of file diff --git a/examples/socket/Makefile b/examples/socket/Makefile index 9567f04b..8e3b5822 100644 --- a/examples/socket/Makefile +++ b/examples/socket/Makefile @@ -4,7 +4,7 @@ bin: go-mod .PHONY: go-mod go-mod: go-check - go mod tidy + go mod tidy -compat=1.17 go mod vendor .PHONY: go-check