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