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
2022-07-06 19:24:43 +03:00
2022-07-17 15:37:14 +02:00
2022-03-28 13:14:12 +01:00
2022-07-20 14:15:15 +02:00
2022-03-28 13:14:12 +01:00
2022-07-15 10:53:56 +02:00
2022-07-17 15:37:14 +02:00
2022-06-20 15:33:09 +01:00
2022-03-23 18:47:00 +00:00
2022-06-29 08:15:21 -04:00
2022-07-17 15:37:14 +02:00
2022-06-29 08:15:21 -04:00
2022-06-29 08:15:21 -04:00
2022-07-22 14:59:32 +03:00
Description
The Status module that consumes go-ethereum
https://status.im
Readme
Languages
Go 98.4%
Python 0.9%
Shell 0.4%
Makefile 0.1%
Groovy 0.1%