doc: update minimum go version.
This commit is contained in:
parent
984679c7cd
commit
60a050ff17
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ The following desktop environments are supported:
|
||||||
|
|
||||||
**Build dependency**
|
**Build dependency**
|
||||||
|
|
||||||
* Go >= 1.21
|
* Go >= 1.23
|
||||||
|
|
||||||
|
|
||||||
## Configure AppArmor
|
## Configure AppArmor
|
||||||
|
|
@ -157,7 +157,7 @@ echo 'Optimize=compress-fast' | sudo tee -a /etc/apparmor/parser.conf
|
||||||
Warning: profile dependencies fallback to unconfined.
|
Warning: profile dependencies fallback to unconfined.
|
||||||
@{bin}/wl-{copy,paste} rPx,
|
@{bin}/wl-{copy,paste} rPx,
|
||||||
@{bin}/xclip rPx,
|
@{bin}/xclip rPx,
|
||||||
@{bin}/python3.@{int} rPx -> pass-import, # pass-import
|
@{python_path} rPx -> pass-import, # pass-import
|
||||||
@{pager_path} rPx -> child-pager,
|
@{pager_path} rPx -> child-pager,
|
||||||
'.build/apparmor.d/pass' -> '/etc/apparmor.d/pass'
|
'.build/apparmor.d/pass' -> '/etc/apparmor.d/pass'
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue