Skip to content

Commit

Permalink
dep: use Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk committed Feb 4, 2025
1 parent 1526d20 commit 6b26f13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 57 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/uc-cdis/cohort-middleware

go 1.22.0
go 1.23.0

toolchain go1.23.3

Expand All @@ -17,7 +17,6 @@ require (
github.com/bytedance/sonic v1.12.8 // indirect
github.com/bytedance/sonic/loader v0.2.3 // indirect
github.com/cloudwego/base64x v0.1.5 // indirect
github.com/cloudwego/iasm v0.2.0 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
github.com/gin-contrib/sse v1.0.0 // indirect
Expand All @@ -37,7 +36,6 @@ require (
github.com/jinzhu/now v1.1.5 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
github.com/knz/go-libedit v1.10.1 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/magiconair/properties v1.8.9 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
Expand Down
Loading

0 comments on commit 6b26f13

Please sign in to comment.