Skip to content

Commit

Permalink
Bump min Go version to 1.22 and fix install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
folbricht committed Sep 29, 2024
1 parent 39f4fa8 commit b5de0af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/folbricht/desync

go 1.19
go 1.22

require (
cloud.google.com/go/storage v1.30.1
Expand Down

0 comments on commit b5de0af

Please sign in to comment.