Skip to content

Commit

Permalink
Fix building under 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Apr 10, 2024
1 parent 2c28863 commit 1f4794e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.19

// This versions require go1.20
replace (
github.com/onsi/ginkgo/v2 v2.15.0 => github.com/onsi/ginkgo/v2 v2.12.1
github.com/onsi/gomega v1.31.1 => github.com/onsi/gomega v1.28.0
github.com/onsi/ginkgo/v2 v2.17.0 => github.com/onsi/ginkgo/v2 v2.12.1
github.com/onsi/gomega v1.32.0 => github.com/onsi/gomega v1.28.0
)

require (
Expand Down

0 comments on commit 1f4794e

Please sign in to comment.