From 6d9d500de946d5b992804b4208449fc741f68e26 Mon Sep 17 00:00:00 2001 From: Chongyi Zheng Date: Sun, 25 Feb 2024 21:55:48 -0500 Subject: Use Go 1.22 This upgrades sally to use Go 1.22. --- go.mod | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 00fd2a1..e4279f7 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module go.uber.org/sally -go 1.21 - -toolchain go1.21.3 +go 1.22 require ( github.com/stretchr/testify v1.9.0 @@ -12,7 +10,7 @@ require ( require ( github.com/davecgh/go-spew v1.1.1 // indirect - github.com/kr/pretty v0.1.0 // indirect + github.com/kr/pretty v0.3.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect ) -- cgit v1.2.3