From fb17c8f62780507aff7851a8cbcf6f684c92372b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 18:11:46 +0000 Subject: [PATCH] Update dependency go --- .github/workflows/go.yml | 2 +- src/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0ad0a7e..642e40f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.22 + go-version: 1.25 - name: Pre-Build run: cd src diff --git a/src/go.mod b/src/go.mod index 57d70eb..c5026fc 100644 --- a/src/go.mod +++ b/src/go.mod @@ -2,7 +2,7 @@ module cluster go 1.23.0 -toolchain go1.24.6 +toolchain go1.25.5 require ( github.com/apenella/go-ansible/v2 v2.2.0