aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChongyi Zheng <git@zcy.dev>2024-02-25 21:55:48 -0500
committerJacob Oaks <joaks@uber.com>2024-04-29 15:06:55 -0400
commit6d9d500de946d5b992804b4208449fc741f68e26 (patch)
tree0bf6537c804edb36ee9ba01a4021c58a94767241 /go.mod
parent34cf1555dfab2bfa5d37142d86bf738554bbbc3a (diff)
downloadsally-6d9d500de946d5b992804b4208449fc741f68e26.tar.gz
Use Go 1.22
This upgrades sally to use Go 1.22.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 3 insertions, 5 deletions
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
)