Skip to content

Commit

Permalink
Merge pull request #1394 from SuperQ/go_min
Browse files Browse the repository at this point in the history
Set Go version to 1.19 (oldstable) in go.mod
  • Loading branch information
dolmen committed Jul 5, 2023
2 parents f97607b + b5eddf7 commit 68bbf7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
@@ -1,6 +1,8 @@
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 (
github.com/davecgh/go-spew v1.1.1
Expand Down

0 comments on commit 68bbf7a

Please sign in to comment.