Skip to content

Commit

Permalink
Revert "Bump github.com/cloudfoundry/bosh-utils in /src/acceptance_te…
Browse files Browse the repository at this point in the history
…sts"

This reverts commit 8ce6dab.

as this breaks CI:
```
../../pkg/mod/github.com/onsi/gomega@v1.33.0/internal/async_assertion.go:556:19: undefined: context.Cause
note: module requires Go 1.20
```
  • Loading branch information
peterhaochen47 committed May 14, 2024
1 parent 3db598e commit 1af6bf2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 40 deletions.
4 changes: 2 additions & 2 deletions src/acceptance_tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.13

require (
github.com/cloudfoundry/bosh-cli v6.4.1+incompatible
github.com/cloudfoundry/bosh-utils v0.0.465
github.com/cloudfoundry/bosh-utils v0.0.459
github.com/cppforlife/go-semi-semantic v0.0.0-20160921010311-576b6af77ae4 // indirect
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.33.0
github.com/onsi/gomega v1.30.0
)

0 comments on commit 1af6bf2

Please sign in to comment.