mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
bf0f61a878
* update go version to 1.18 for api and sdk, go mod tidy * removes ioutil usage everywhere which was deprecated in go1.16 in favour of io and os packages. Also introduces a lint rule which forbids use of ioutil going forward. Co-authored-by: R.B. Boyer <4903+rboyer@users.noreply.github.com>
uiserver
The contents of dist/
are generated by make ui
in the root of this repo
which compiles ui
assets and copies them here.
A CI job (publish-static-assets
) will detect any diffs in ui
files and
commit the compiled files. Avoid committing files manually to dist/
.