From bd1cc16d9c565f095ac0c4b294126c806340b190 Mon Sep 17 00:00:00 2001 From: ramin Date: Wed, 22 Nov 2023 12:37:57 +0000 Subject: [PATCH] wut --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a3afde..77aebc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Read .go-version file id: read-go-version run: | - echo "go-version=$(cat ./.go-version)" >> $GITHUB_ENV + echo "go-version=1.21" >> $GITHUB_ENV debug: needs: [setup]