mirror of
https://github.com/FiloSottile/age.git
synced 2026-03-11 08:55:41 +00:00
README: change Go download link from golang.org to go.dev (#403)
This commit is contained in:
parent
f01e37b4d7
commit
3b4fb67296
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ https://dl.filippo.io/age/v1.0.0-rc.1?for=darwin/arm64
|
|||
...
|
||||
```
|
||||
|
||||
If your system has [a supported version of Go](https://golang.org/dl/), you can build from source.
|
||||
If your system has [a supported version of Go](https://go.dev/dl/), you can build from source.
|
||||
|
||||
```
|
||||
go install filippo.io/age/cmd/...@latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue