mirror of https://github.com/stretchr/testify.git
Fix Go modules version
The `go` directive in go.mod is meant to indicate the minimum supported version. See: https://go.dev/doc/modules/gomod-ref#go Signed-off-by: SuperQ <superq@gmail.com>pull/1394/head
parent
f97607b898
commit
b5eddf779a
4
go.mod
4
go.mod
|
@ -1,6 +1,8 @@
|
||||||
module github.com/stretchr/testify
|
module github.com/stretchr/testify
|
||||||
|
|
||||||
go 1.20
|
// This should match the minimum supported version that is tested in
|
||||||
|
// .github/workflows/main.yml
|
||||||
|
go 1.19
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/davecgh/go-spew v1.1.1
|
github.com/davecgh/go-spew v1.1.1
|
||||||
|
|
Loading…
Reference in New Issue