From c2dcec6bc104fe2efd60f5b6e40d9e3ef9b553ac Mon Sep 17 00:00:00 2001
From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com>
Date: Thu, 9 May 2024 18:04:19 -0500
Subject: [PATCH] Updated versions

---
 .github/workflows/versions.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml
index 894e75e..76fcead 100644
--- a/.github/workflows/versions.yml
+++ b/.github/workflows/versions.yml
@@ -91,7 +91,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-latest, windows-latest, macos-latest]
-        go-version: [1.20, 1.21]
+        go-version: [1.20.14, 1.21]
     steps:
       - uses: actions/checkout@v4
       - name: Setup Go and check latest
@@ -115,7 +115,7 @@ jobs:
         with:
           go-version-file: __tests__/data/go.mod
       - name: verify go
-        run: __tests__/verify-go.sh 1.20
+        run: __tests__/verify-go.sh 1.20.14
         shell: bash
 
   go-version-file-with-gowork:
@@ -162,7 +162,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [macos-latest, windows-latest, ubuntu-latest]
-        go: [1.20, 1.21]
+        go: [1.20.14, 1.21]
     steps:
       - name: Checkout
         uses: actions/checkout@v4
@@ -182,7 +182,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-latest, windows-latest, macos-latest]
-        go-version: [1.20, 1.21]
+        go-version: [1.20.14, 1.21]
     steps:
       - uses: actions/checkout@v4
       - name: Setup Go and check latest