diff --git a/README.md b/README.md index 841bcaf..bbf4032 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ The tool is provided for convenience. It uses the desync library and makes most The following builds the binary and installs it into $HOME/go/bin by default. ```text -GO111MODULE=on go get -v github.com/folbricht/desync/cmd/desync +go install -v github.com/folbricht/desync/cmd/desync@latest ``` Alternative method using a clone, building from the tip of the master branch. diff --git a/go.mod b/go.mod index 738d168..9e9fb39 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/folbricht/desync -go 1.19 +go 1.22 require ( cloud.google.com/go/storage v1.30.1