mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 05:57:39 +03:00
Update all version requirements to Go 1.19
0.7.0 actually requires 1.19.
This commit is contained in:
parent
b5aa5931eb
commit
448aa07402
4 changed files with 206 additions and 61 deletions
|
@ -6,7 +6,7 @@ You need C toolchain, Go toolchain and Make:
|
|||
|
||||
On Debian-based system this should work:
|
||||
```
|
||||
apt-get install golang-1.18 gcc libc6-dev make
|
||||
apt-get install golang-1.19 gcc libc6-dev make
|
||||
```
|
||||
|
||||
Additionally, if you want manual pages, you should also have scdoc installed.
|
||||
|
@ -20,8 +20,8 @@ available in some distributions (*cough* Debian *cough*).
|
|||
|
||||
It should not be hard to grab a recent built toolchain from golang.org:
|
||||
```
|
||||
wget "https://dl.google.com/go/go1.18.9.linux-amd64.tar.gz"
|
||||
tar xf "go1.18.19.linux-amd64.tar.gz"
|
||||
wget "https://dl.google.com/go/go1.19.9.linux-amd64.tar.gz"
|
||||
tar xf "go1.19.19.linux-amd64.tar.gz"
|
||||
export GOROOT="$PWD/go"
|
||||
export PATH="$PWD/go/bin:$PATH"
|
||||
```
|
||||
|
@ -36,7 +36,7 @@ $ cd maddy
|
|||
|
||||
3. Select the appropriate version to build:
|
||||
```
|
||||
$ git checkout v0.6.0 # a specific release
|
||||
$ git checkout v0.7.0 # a specific release
|
||||
$ git checkout master # next bugfix release
|
||||
$ git checkout dev # next feature release
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue