From 57c69e845862f02ec3fbce2e648dd159e52d6d84 Mon Sep 17 00:00:00 2001 From: OlehParyshkura2 <“o.paryshkura@inc4.net”> Date: Mon, 1 Apr 2024 15:12:34 +0300 Subject: [PATCH] Revert "Change go version" This reverts commit c93db9ea4442f2f4aa5b76a96eee8cd200043490. --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 034e23c..2dda289 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.20.2 + go-version: 1.19 - name: Checkout code uses: actions/checkout@v3 @@ -54,4 +54,4 @@ jobs: export MONGO_DB_URL=http://127.0.0.1 export FIREBASE_CRED_PATH=./example.json export ANDROID_CHANNEL_NAME=example - make test + make test \ No newline at end of file