From bd88f4f791549cbccb8c38ecf4ad55b288c56892 Mon Sep 17 00:00:00 2001 From: Sergey Zagursky Date: Fri, 8 Nov 2024 11:29:41 +0000 Subject: [PATCH] Fix `testify` version in CI --- .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 19fd1ad..9fefdf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: "Setup dependencies" if: ${{ matrix.go == '1.8' || matrix.go == '1.9' || matrix.go == '1.10' }} - run: go get -t ./... && cd $GOPATH/src/github.com/stretchr/testify/ && git checkout v1.2.2 && cd - && pwd + run: go get -t ./... && cd $GOPATH/src/github.com/stretchr/testify/ && git checkout v1.9.0 && cd - && pwd env: GOPATH: /home/runner/work/errorx/errorx/go