From a32fd5f230dbf9f60df1d9018e08baf1ef5bc30d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 06:36:25 +0000 Subject: [PATCH] Update dependency go to v1.25.6 --- .github/workflows/release.yml | 2 +- .github/workflows/test-acc.yml | 2 +- .github/workflows/test-unit.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccd0613..6ba2ad3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.25.5" + go-version: "1.25.6" - name: Describe plugin id: plugin_describe run: echo "api_version=$(go run . describe | jq -r '.api_version')" >> "$GITHUB_OUTPUT" diff --git a/.github/workflows/test-acc.yml b/.github/workflows/test-acc.yml index d97ce83..2c388f0 100644 --- a/.github/workflows/test-acc.yml +++ b/.github/workflows/test-acc.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-go@v6 with: - go-version: 1.25.5 + go-version: 1.25.6 - uses: hashicorp/setup-packer@main with: version: latest diff --git a/.github/workflows/test-unit.yml b/.github/workflows/test-unit.yml index 89f13fe..f79c5ff 100644 --- a/.github/workflows/test-unit.yml +++ b/.github/workflows/test-unit.yml @@ -14,5 +14,5 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-go@v6 with: - go-version: 1.25.5 + go-version: 1.25.6 - run: make test_unit \ No newline at end of file