Skip to content

Commit

Permalink
update to Go1.20 (#550)
Browse files Browse the repository at this point in the history
* update to go version 1.20

* update gosdk

---------

Co-authored-by: Yury <[email protected]>
  • Loading branch information
boddumanohar and dabasov authored Nov 20, 2023
1 parent bed772a commit 27eabcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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/0chain/zboxcli

go 1.18
go 1.20

require (
github.com/0chain/errors v1.0.3
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ github.com/0chain/common v0.0.6-0.20230127095721-8df4d1d72565 h1:z+DtCR8mBsjPnEs
github.com/0chain/common v0.0.6-0.20230127095721-8df4d1d72565/go.mod h1:UyDC8Qyl5z9lGkCnf9RHJPMektnFX8XtCJZHXCCVj8E=
github.com/0chain/errors v1.0.3 h1:QQZPFxTfnMcRdt32DXbzRQIfGWmBsKoEdszKQDb0rRM=
github.com/0chain/errors v1.0.3/go.mod h1:xymD6nVgrbgttWwkpSCfLLEJbFO6iHGQwk/yeSuYkIc=
github.com/0chain/gosdk v1.10.1-0.20231115115747-895c7f001283 h1:P2XA6CMnd79nGK4h/pPa9P8VuNdCz6WP2CtNbiw73Ds=
github.com/0chain/gosdk v1.10.1-0.20231115115747-895c7f001283/go.mod h1:l/c+X5v6RMyzWUib6FFPdK5bTAzAJ7PojhEvELp3LGk=
github.com/0chain/gosdk v1.10.1-0.20231119132211-1dc0f7fa4475 h1:qX6V8oIAef5v+rQ2S3KoA/8GMBK6vW8yW9e3yRYA0Pw=
github.com/0chain/gosdk v1.10.1-0.20231119132211-1dc0f7fa4475/go.mod h1:l/c+X5v6RMyzWUib6FFPdK5bTAzAJ7PojhEvELp3LGk=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
Expand Down

0 comments on commit 27eabcb

Please sign in to comment.