Commit Graph
12 Commits
Author SHA1 Message Date
sjc cb3420ca81 Update readme link
Continuous Integration / CI (push) Has been cancelled
2025-05-06 21:21:52 -04:00
sjc a8036874b0 Fixed go.mod
Continuous Integration / CI (push) Has been cancelled
2025-05-06 21:19:05 -04:00
sjc 1dbeb5a218 Reverted to Template and Update
Continuous Integration / CI (push) Has been cancelled
Reverted to Template from old project dev.

Updated to latest golang
2025-05-06 21:01:43 -04:00
sjc fd67f9ef8a Merge branch 'container-go' into main
Continuous Integration / CI (push) Has been cancelled
pull of tidy update
2021-07-06 08:50:46 -04:00
sjc 829ab54a4d goptrack
first commit of new line of development.
2021-07-06 08:35:02 -04:00
sjc 55ed2ca118 Added go.mod save to tidy
Tidy needs to be able to update go.mod to pickup new requirements.
2021-07-05 17:20:32 -04:00
sjc d36dcb81ef Fixed Test
Removed now unneeded mkdir from tests.
2021-07-05 12:36:36 -04:00
sjc 54e8548ddf Made Init safer
Init fails if go.mod exists. Removed commands that prevented this.

If go init is to be re-run, then the go.mod needs to be manually
removed, as it should be.
2021-07-05 10:36:12 -04:00
sjc ca8d36393b Changes for init/tidy 2021-07-05 10:31:07 -04:00
sjc 19614126e5 Update to 1.16.5 2021-06-28 13:48:16 -04:00
sjc 90a8c3688c Added Build Kit variable to makefile export
Since all commands require it, the Makefile can and should set it.
2021-06-28 13:47:23 -04:00
sjc 4635517834 Added init and tidy targets to makefile
The docker build fails if the go.sums file needs to be updated.
In the original article, this required a local go install to run
the metadata update commands.

This change updates the Makefile and documentation to add two new
utility targets
2021-06-28 13:29:38 -04:00