From edc085e9f4c925ffd7f0cd11a53b353603ce1a28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 09:01:34 +0000 Subject: [PATCH] Bump actions/setup-go from 5 to 6 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 6f99f83..0cc78c5 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -37,7 +37,7 @@ jobs: - uses: hashicorp/setup-terraform@v3 with: terraform_wrapper: false - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 - run: cp mocks/mock_provider.tf ../ - run: terraform -chdir=.. init - name: terratest diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 811d5ab..ee2a545 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -42,7 +42,7 @@ jobs: - uses: hashicorp/setup-terraform@v3 with: terraform_wrapper: false - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 - run: cp mocks/mock_provider.tf ../ - name: terratest run: go test -v -run ${{ matrix.test }}