From c97e3309f1d3842e728245c5b7d627f36944029a Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Fri, 5 Apr 2024 08:30:05 +0200 Subject: [PATCH] this is breaking my b********* --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fba3f62..e3195ba 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version-file: go.mod + go-version: "^1.20.0" - name: Build run: | @@ -48,7 +48,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version-file: go.mod + go-version: "^1.20.0" - name: Run Unit tests. run: |