From 1abc181062ec700f6fe9b94e0b9c3a91c0a274a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 03:21:35 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.27.x --- .github/workflows/actionlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 646ab1d..571c1c6 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -41,7 +41,7 @@ jobs: - name: Set up Go uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: - go-version: "1.26.x" + go-version: "1.27.x" - name: Validate workflows run: go run github.com/rhysd/actionlint/cmd/actionlint@v1.7.12