status-go/_assets
Jakub Sokołowski 9ad8829ce0
fix(ci)_: lock Go at 1.20 and Alpine at 3.18
Otherwise builds fail with:
```
sqlite3.c:37493:42: error: 'pread64' undeclared here (not in a function); did you mean 'pread'?
37493 |   { "pread64",      (sqlite3_syscall_ptr)pread64,    0  },
      |                                          ^~~~~~~
      |                                          pread
sqlite3.c:37511:42: error: 'pwrite64' undeclared here (not in a function); did you mean 'pwrite'?
37511 |   { "pwrite64",     (sqlite3_syscall_ptr)pwrite64,   0  },
      |                                          ^~~~~~~~
      |                                          pwrite
sqlite3.c: In function 'seekAndRead':
sqlite3.c:37497:49: error: unknown type name 'off64_t'; did you mean 'off_t'?
37497 | #define osPread64 ((ssize_t(*)(int,void*,size_t,off64_t))aSyscall[10].pCurrent)
      |                                                 ^~~~~~~
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-05-20 08:25:49 +02:00
..
build fix(ci)_: lock Go at 1.20 and Alpine at 3.18 2024-05-20 08:25:49 +02:00
ci chore_: enable nightly codeclimate reports (#5127) 2024-05-08 21:57:50 +01:00
compose feat: allow passing variables to docker-compose and fix var name (#2821) 2022-09-15 15:41:00 -04:00
docs migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
generate_handlers refactor: extract layers in StatusMessage 2023-11-08 21:46:22 +01:00
hooks chore_: Add tag-version command 2024-04-10 11:43:13 +01:00
patches Gomobile support (#1164) 2019-02-01 18:02:52 +01:00
scripts chore(all)_: remove obsolete eth.staging fleet 2024-05-17 20:21:00 +02:00
systemd compose/systemd: fix completion of make targets 2021-08-24 16:45:47 +02:00
tests Add favicons to external link previews (#4788) 2024-03-12 22:47:51 +02:00