status-go/_assets
Jakub Sokołowski 8191f24ef3
docker: upgrade Golang version to 1.18
Otherwise it fails with:
```
build github.com/status-im/status-go/cmd/statusd: cannot load github.com/lucas-clemente/quic-go/internal/qtls: no Go source files
```

We also add missing `g++` compiler for `go-libutp` to fix:
```
go build github.com/anacrolix/go-libutp: g++: exec: "g++": executable file not found in $PATH
```

As well as install `libgcc` and `libstdc++` to avoids failures like this:
```
Error loading shared library libstdc++.so.6: No such file or directory (needed by /usr/local/bin/statusd)
Error loading shared library libgcc_s.so.1: No such file or directory (needed by /usr/local/bin/statusd)
Error relocating /usr/local/bin/statusd: _Znwm: symbol not found
Error relocating /usr/local/bin/statusd: _ZdlPvm: symbol not found
Error relocating /usr/local/bin/statusd: _Unwind_Resume: symbol not found
Error relocating /usr/local/bin/statusd: __gxx_personality_v0: symbol not found
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-07-26 13:07:07 +02:00
..
build docker: upgrade Golang version to 1.18 2022-07-26 13:07:07 +02:00
ci Upgrade to go 1.18 2022-05-11 12:39:54 +01:00
compose compose/systemd: fix completion of make targets 2021-08-24 16:45:47 +02:00
docs migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
patches Gomobile support (#1164) 2019-02-01 18:02:52 +01:00
scripts gen_config.sh: add default retenetion of 30 days 2022-01-25 19:28:54 +01:00
systemd compose/systemd: fix completion of make targets 2021-08-24 16:45:47 +02:00
tests Implemented better images.Get() and added better tests 2020-12-17 14:10:00 +01:00