Граф коммитов

9 Коммитов

Автор SHA1 Сообщение Дата
Will Daly 1f940d2537
Remove deprecated lint jobs (#68)
golangci-lint v1.59.0 exits with error code 7 if there are any
errors logged:
4ba2155996

There were some errors in the lint job due to use of deprecated linters:
  level=error msg="[linters_context] deadcode: This linter is fully inactivated: it will not produce any reports."
  level=error msg="[linters_context] structcheck: This linter is fully inactivated: it will not produce any reports."
  level=error msg="[linters_context] varcheck: This linter is fully inactivated: it will not produce any reports."

Fix it by removing the deprecated linters.
2024-06-05 07:36:53 -07:00
Will Daly 17a5872d23
Use 1ES runner to build and publish images (#63)
Run workflow only on tag "v*" push, not workflow_dispatch.
Remove references to changelog GH action.
Run build and publish steps on 1ES GitHub runners.
2024-02-26 16:36:05 -08:00
Matt Stam 33e2999b2b
Add CI for multi-arch builds (#36) 2022-03-21 14:30:14 -07:00
Matt Stam 1df73c4f0e
Update publish action to support semantic versioning (#33) 2022-03-14 13:42:48 -07:00
Matt Stam d0dccd61ff
Add workflow for ACR/MCR image build and publish. (#24)
Co-authored-by: Tatsinnit <tamishra@microsoft.com>
2022-03-05 07:23:48 +13:00
Tatsinnit eea34aab95
Enable Code QL analysis (#17) 2022-01-11 16:03:50 -08:00
Matt Stam 518b1a90ce
Merge CI actions, use Makefile to build/test (#16) 2022-01-11 09:33:34 -08:00
Tatsinnit 13c88d0e8b
Add ci-pipeline for this repo (#15) 2022-01-11 08:52:47 -08:00
Matt Stam 7dd5ebc174
Setup github actions (#12) 2022-01-11 08:45:44 -08:00