diff --git a/Makefile b/Makefile index 9ae9413..721cdec 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ cover: test # Download dependencies depend: - go mod tidy + go get . .PHONY: depend # Format all go files diff --git a/go.mod b/go.mod index 37e08c6..34c2e3f 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/brazanation/go-documents -go 1.22.2 +go 1.22