doc: update minimum go version.

This commit is contained in:
Alexandre Pujol 2025-04-05 22:04:48 +02:00
parent 984679c7cd
commit 60a050ff17
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -36,7 +36,7 @@ The following desktop environments are supported:
**Build dependency**
* Go >= 1.21
* Go >= 1.23
## Configure AppArmor
@ -157,7 +157,7 @@ echo 'Optimize=compress-fast' | sudo tee -a /etc/apparmor/parser.conf
Warning: profile dependencies fallback to unconfined.
@{bin}/wl-{copy,paste} rPx,
@{bin}/xclip rPx,
@{bin}/python3.@{int} rPx -> pass-import, # pass-import
@{python_path} rPx -> pass-import, # pass-import
@{pager_path} rPx -> child-pager,
'.build/apparmor.d/pass' -> '/etc/apparmor.d/pass'
```