-
Notifications
You must be signed in to change notification settings - Fork 10
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
build(deps): update go, tf and devcontainer #285
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Minimum allowed line rate is |
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #285 +/- ##
=======================================
Coverage 79.50% 79.50%
=======================================
Files 165 165
Lines 13465 13465
=======================================
Hits 10705 10705
Misses 2755 2755
Partials 5 5 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
π₯ Pull Request
β What are you trying to address
This pull request includes updates to the development environment configurations and documentation to ensure compatibility with the latest versions of Go and Terraform.
Updates to development environment:
.devcontainer/devcontainer.json
: Updated thefish
feature to version 2, thego
feature to version 1.24.1, and theterraform
feature to version 1.11.1. [1] [2]Documentation updates:
DEVELOPER.md
: Updated the required versions of Go to 1.24.1 and Terraform to 1.11.1 in the requirements section.Codebase updates:
go.mod
: Updated the Go version to 1.24.1.