diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 22ac934..3a9a142 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,6 +46,6 @@ repos: args: - --args=--config=__GIT_WORKING_DIR__/.tflint.hcl - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.44.0 + rev: 37.47.0 hooks: - id: renovate-config-validator diff --git a/go.mod b/go.mod index 57eed33..2489667 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/defenseunicorns/terraform-aws-bastion -go 1.21.1 +go 1.21.3 require ( github.com/defenseunicorns/delivery_aws_iac_utils v0.0.2