Skip to content

Commit

Permalink
update cosmos-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiong-stratos committed Nov 9, 2023
1 parent 89d8c1a commit da93a10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions cmd/stchaind/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"go/doc/comment"
"crypto/tls"
"os"

sdkmath "cosmossdk.io/math"
Expand All @@ -18,9 +18,8 @@ import (
const EnvPrefix = ""

var (
// Force to build with go1.19, because sorting algorithm has been rewritten since go1.19
// The order of sorted results will be different between go1.18 & go1.19 if the values of the compared elements are equal
doc comment.Doc
// Force to build with go1.20
noUsage tls.CertificateVerificationError
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/stratosnet/stratos-chain

go 1.19
go 1.20

require (
cosmossdk.io/api v0.3.1
Expand Down

0 comments on commit da93a10

Please sign in to comment.