Skip to content

Commit

Permalink
Revert "Change go version"
Browse files Browse the repository at this point in the history
This reverts commit c93db9e.
  • Loading branch information
OlehParyshkura2 committed Apr 1, 2024
1 parent 97eeb0f commit 57c69e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 57c69e8

Please sign in to comment.