From ac80e35823b2ae7d174615ad477bfcb0dbf5ef89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 05:51:29 +0000 Subject: [PATCH] Update dependency go to 1.27.x --- .github/workflows/validate-agent-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-agent-docs.yml b/.github/workflows/validate-agent-docs.yml index 4149297..8ac034a 100644 --- a/.github/workflows/validate-agent-docs.yml +++ b/.github/workflows/validate-agent-docs.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v7 with: - go-version: "1.26.x" + go-version: "1.27.x" - name: Test validator run: go test ./scripts/validate-agent-docs.go ./scripts/validate-agent-docs_test.go