You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bump CI golang image version to 1.25 (#81)
* fix: bump CI golang image version to 1.25
Signed-off-by: Hua-Wei Chen <huaweic@nvidia.com>
* fix: upgrade terraform-plugin-framework to v1.19.0 for plugin-go v0.31.0 compatibility
terraform-plugin-go v0.31.0 added GenerateResourceConfig to the
tfprotov5.ProviderServer interface. Framework v1.16.1 does not implement
it, causing typecheck failures in CI. v1.19.0 is built against v0.31.0
and satisfies the interface.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Hua-Wei Chen <huaweic@nvidia.com>
---------
Signed-off-by: Hua-Wei Chen <huaweic@nvidia.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>