Merge pull request #1394 from SuperQ/go_min

Set Go version to 1.19 (oldstable) in go.mod
pull/1407/head
Olivier Mengué 2023-07-05 11:57:03 +02:00 committed by GitHub
commit 68bbf7ae46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

4
go.mod
View File

@ -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