Skip to content

Commit

Permalink
chore: 修改go版本为1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Jul 11, 2023
1 parent a8ead8c commit 927e734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module speed-cron-updater

go 1.21rc2
go 1.20

require (
github.com/gogf/gf/v2 v2.4.4
Expand All @@ -26,7 +26,7 @@ require (
go.opentelemetry.io/otel v1.7.0 // indirect
go.opentelemetry.io/otel/sdk v1.7.0 // indirect
go.opentelemetry.io/otel/trace v1.7.0 // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
golang.org/x/net v0.0.0-20211123202848-9e5a29745d54 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/text v0.3.8-0.20211105212822-18b340fc7af2 // indirect
Expand Down

0 comments on commit 927e734

Please sign in to comment.