1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

chore: upgrade dependencies

chore: update dockerfile to build with go 1.18
This commit is contained in:
Ferdinand Mütsch
2022-03-20 14:04:35 +01:00
parent bbc85de34b
commit 8f933d8648
4 changed files with 78 additions and 189 deletions

View File

@@ -83,7 +83,7 @@ If you want to run Wakapi on **Kubernetes**, there is [wakapi-helm-chart](https:
### 🧑‍💻 Option 4: Compile and run from source
#### Prerequisites
* Go >= 1.16 (with `$GOPATH` properly set)
* Go >= 1.18
* gcc (to compile [go-sqlite3](https://github.com/mattn/go-sqlite3))
* Fedora / RHEL: `dnf install @development-tools`
* Ubuntu / Debian: `apt install build-essential`