From 078576ecd9c5a4e58a57949d7b014db4e15cac5c Mon Sep 17 00:00:00 2001 From: devex-sa Date: Thu, 27 Aug 2026 03:38:06 +0000 Subject: [PATCH] Update dependency go to 1.27 --- .github/workflows/automation-golang-test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automation-golang-test-suite.yml b/.github/workflows/automation-golang-test-suite.yml index 694f610..1e02772 100644 --- a/.github/workflows/automation-golang-test-suite.yml +++ b/.github/workflows/automation-golang-test-suite.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@master with: - go-version: '1.26' + go-version: '1.27' - name: Cache Go modules uses: actions/cache@master