1 changed files with 8 additions and 1 deletions
@ -1,11 +1,18 @@ |
|||||||
LUbuntu 20.04 |
## LUbuntu 20.04 |
||||||
|
|
||||||
При выполнении команды |
При выполнении команды |
||||||
|
``` |
||||||
TAGS="bindata sqlite sqlite_unlock_notify" make build |
TAGS="bindata sqlite sqlite_unlock_notify" make build |
||||||
|
``` |
||||||
|
|
||||||
вышла такая ошибка: |
вышла такая ошибка: |
||||||
|
|
||||||
Gitea requires Go 1.16 or greater to build, but 001013008 was found. You can get an updated version at https://go.dev/dl/ |
Gitea requires Go 1.16 or greater to build, but 001013008 was found. You can get an updated version at https://go.dev/dl/ |
||||||
make: *** [Makefile:208: go-check] Ошибка 1 |
make: *** [Makefile:208: go-check] Ошибка 1 |
||||||
|
|
||||||
|
Необходимо было удалить старую версию go: |
||||||
|
``` |
||||||
|
$ sudo apt remove golang |
||||||
|
``` |
||||||
|
|
||||||
Проблема решилась с помощью [инструкции](https://go.dev/doc/install). |
Проблема решилась с помощью [инструкции](https://go.dev/doc/install). |
Loading…
Reference in new issue