diff --git a/CHANGELOG.md b/CHANGELOG.md index 00a0584..acd4f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ **Merged pull requests:** +- Bump github.com/Azure/terraform-module-test-helper in /test [\#294](https://github.com/Azure/terraform-azurerm-compute/pull/294) ([lonegunmanb](https://github.com/lonegunmanb)) - Use oidc as authentication method [\#290](https://github.com/Azure/terraform-azurerm-compute/pull/290) ([lonegunmanb](https://github.com/lonegunmanb)) - change customized tflint config files to use override files [\#289](https://github.com/Azure/terraform-azurerm-compute/pull/289) ([lonegunmanb](https://github.com/lonegunmanb)) - Bump github.com/Azure/terraform-module-test-helper from 0.15.0 to 0.16.0 in /test [\#274](https://github.com/Azure/terraform-azurerm-compute/pull/274) ([dependabot[bot]](https://github.com/apps/dependabot)) diff --git a/test/go.mod b/test/go.mod index 32f1b56..2183057 100644 --- a/test/go.mod +++ b/test/go.mod @@ -1,6 +1,8 @@ module github.com/Azure/terraform-azurerm-compute -go 1.19 +go 1.22.0 + +toolchain go1.22.5 require ( github.com/Azure/terraform-module-test-helper v0.26.0