From 33b5248a105631492e17ffe4aee88b0be2f4ee1e Mon Sep 17 00:00:00 2001 From: Mahesh N Date: Fri, 5 Jan 2024 13:32:49 +0530 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 4 ++-- .github/workflows/reusable-dev-acc.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e14e13e7..6f98cea3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - go: [ '1.19' ] + go: [ '1.20' ] steps: - name: Checkout workspace uses: actions/checkout@v4 @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.19' + go-version: '1.20' - name: Install necessary tools run: make tools diff --git a/.github/workflows/reusable-dev-acc.yml b/.github/workflows/reusable-dev-acc.yml index 074b7729..ec042738 100644 --- a/.github/workflows/reusable-dev-acc.yml +++ b/.github/workflows/reusable-dev-acc.yml @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - go: [ '1.19' ] + go: [ '1.20' ] name: Acceptance Test Job steps: - name: Checkout workspace @@ -63,7 +63,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.19' + go-version: '1.20' - name: Setup Terraform uses: hashicorp/setup-terraform@v3 with: