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