-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve the different versions of Go & dependencies used across unit tests. #7613
Comments
I have checked all the MP repos and enabled Dependabot for Go dependencies and bumped the Go version to 1.23. Example PR's: This was discussed in standup this morning and the team agreed with the implemented solution, passing for review/close. |
User Story
As a Modernisation Platform Engineer
I want our Go/Terratest Unit Tests to use the right version of Go and have dependencies that are up to date for the version used.
This PR - ministryofjustice/modernisation-platform-terraform-module-template#424 for the terraform module-template shows the change to dependabot to include Go unit test files in its scope.
Value / Purpose
This will ensure that our tests continue to work & avoid security vulnerabilities due old much older versions being used.
Useful Contacts
No response
Additional Information
No response
Definition of Done
The text was updated successfully, but these errors were encountered: