Skip to content

Commit

Permalink
Fix that goddamn testify version in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
g7r committed Nov 8, 2024
1 parent 5e520c6 commit f276d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0 && cd - && pwd
run: go get -t ./... && cd $GOPATH/src/github.com/stretchr/testify/ && git checkout v1.4.0 && cd - && pwd
env:
GOPATH: /home/runner/work/errorx/errorx/go

Expand Down

0 comments on commit f276d20

Please sign in to comment.