Skip to content

Commit

Permalink
chore: Upgrades go toolchain to 1.21.6, Terraform latest version to 1…
Browse files Browse the repository at this point in the history
….7.x (#1860)

* upgrade go

* upgrade tf
  • Loading branch information
lantoli committed Jan 19, 2024
1 parent e3f02cf commit 5b0b2de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Expand Up @@ -21,7 +21,7 @@ concurrency:
jobs:
versions:
env:
schedule_terraform_matrix: '["1.6.x", "1.2.x"]'
schedule_terraform_matrix: '["1.7.x", "1.6.x", "1.2.x"]'
schedule_provider_matrix: '[""]' # "" for latest version
runs-on: ubuntu-latest
outputs:
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
@@ -1,2 +1,2 @@
golang 1.21.3
terraform 1.6.6
golang 1.21.6
terraform 1.7.0
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -2,7 +2,7 @@ module github.com/mongodb/terraform-provider-mongodbatlas

go 1.21

toolchain go1.21.3
toolchain go1.21.6

require (
github.com/aws/aws-sdk-go v1.49.22
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-doc.sh
Expand Up @@ -32,7 +32,7 @@

set -euo pipefail

TF_VERSION="${TF_VERSION:-"1.6"}" # TF version to use when running tfplugindocs. Default: 1.6
TF_VERSION="${TF_VERSION:-"1.7"}" # TF version to use when running tfplugindocs. Default: 1.7
TEMPLATE_FOLDER_PATH="${TEMPLATE_FOLDER_PATH:-"templates"}" # PATH to the templates folder. Default: templates


Expand Down

0 comments on commit 5b0b2de

Please sign in to comment.