fix bug:invalid go version '1.21.2' : must match format 1.23 (#2249)

This commit is contained in:
AerisVibe 2024-04-28 10:52:04 +08:00 committed by GitHub
parent 6d5e220569
commit 25fe09952c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/openimsdk/open-im-server/v3
go 1.21.2
go 1.21
require (
firebase.google.com/go v3.13.0+incompatible