Remove multiple Golang versions and update dependencies template

What does this MR do and why?

WHAT

  • This MR removes the need for two Go versions.
  • Updates the dependency updates doc and test CI YAML file.

WHY

  • We want to simplify Go versioning. Having to maintain two versions is unnecessary given that we have run the latest Go version on Production env successfully for awhile.

Screenshots, screen recordings, or links to review app

No visual changes expected.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Configure a local GitLab Docs environment.
  2. Check out this branch.
  3. Run make go-tests and ensure coverage.xml is generated successfully.

Merge request acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Closes #352 (closed)

Edited by Hiru Fernando

Merge request reports

Loading