diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ae26b2c..effdb6d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: "1.23" + go-version: "1.22.1" - name: execute small test run: | cd internal/cart