From 1d0c28484f5a08cb1ffcc3dcda61efc374036f60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:21:38 +0000 Subject: [PATCH] chore(deps): update all dependencies (#101) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .env | 2 +- .pre-commit-config.yaml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 1abacc6..4429820 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ BUILD_HARNESS_REPO=ghcr.io/defenseunicorns/build-harness/build-harness # renovate: datasource=github-tags depName=defenseunicorns/build-harness -BUILD_HARNESS_VERSION=1.15.1 +BUILD_HARNESS_VERSION=2.0.0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4bd1bfc..4775f93 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,6 +47,6 @@ repos: args: - --args=--config=__GIT_WORKING_DIR__/.tflint.hcl - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.173.0 + rev: 37.183.0 hooks: - id: renovate-config-validator diff --git a/go.mod b/go.mod index 2655543..303132d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/defenseunicorns/terraform-aws-bastion -go 1.21.6 +go 1.22.0 require ( github.com/defenseunicorns/delivery_aws_iac_utils v0.0.5