commit 13919b464068e7a6dcc582a29ab0d7ba7ed02a89
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Fri Apr 1 11:58:11 2022 -0500
build(go): Add go 1.18 compat and Apple Silicon support
Go 1.18 needs a bump in the json-iterator package to add compat for
in-memory object layout changes.
Apple Silicon is a thing that I have access to now, so start the process
of getting dr-provision to work on it.
M agent/agent.go
M go.mod
M go.sum
M tools/build.sh
commit 18fff1dda3147f2e6282b98a213fcd6cb4f3bd58
Author: Zaheena <zaheena@gmail.com>
Date: Tue Mar 8 16:17:08 2022 -0500
fix(ci) fixing gitlab runner image
M .gitlab-ci.yml
End of Note