File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
- uses : actions/setup-go@v5
16
16
with :
17
- go-version : ' 1.20 ' # The Go version to download (if necessary) and use.
17
+ go-version : ' 1.23 ' # The Go version to download (if necessary) and use.
18
18
- name : run benchmarks
19
19
run : make bench
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v4
13
13
- uses : actions/setup-go@v5
14
14
with :
15
- go-version : " 1.21 " # The Go version to download (if necessary) and use.
15
+ go-version : " 1.23 " # The Go version to download (if necessary) and use.
16
16
17
17
# Some tests, notably TestRandomOperations, are extremely slow in CI
18
18
# with the race detector enabled, so we use -short when -race is
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v4
16
16
- uses : actions/setup-go@v5
17
17
with :
18
- go-version : " ^1.20.0 "
18
+ go-version : " 1.23 "
19
19
- name : golangci-lint
20
20
uses : golangci/golangci-lint-action@v6
21
21
with :
Original file line number Diff line number Diff line change 1
1
module github.com/cosmos/iavl
2
2
3
- go 1.21
3
+ go 1.23
4
+
5
+ toolchain go1.23.1
4
6
5
7
require (
6
- cosmossdk.io/core v0.12.1-0.20240813134434-072a29c838a5
8
+ cosmossdk.io/core v1.0.0-alpha.3
7
9
github.com/cosmos/ics23/go v0.11.0
8
10
github.com/emicklei/dot v1.6.2
9
11
github.com/gogo/protobuf v1.3.2
Original file line number Diff line number Diff line change 1
- cosmossdk.io/core v0.12.1-0.20240813134434-072a29c838a5 h1:aIfrfJUronk2qHPH4N7M5nGzijdSWkRwHHqqPGnQBrk =
2
- cosmossdk.io/core v0.12.1-0.20240813134434-072a29c838a5 /go.mod h1:B8JQN1vmGCPSVFlmRb/22n1T736P4C2qfEsrSKDX1iM =
1
+ cosmossdk.io/core v1.0.0-alpha.3 h1:pnxaYAas7llXgVz1lM7X6De74nWrhNKnB3yMKe4OUUA =
2
+ cosmossdk.io/core v1.0.0-alpha.3 /go.mod h1:3u9cWq1FAVtiiCrDPpo4LhR+9V6k/ycSG4/Y/tREWCY =
3
3
github.com/cosmos/gogoproto v1.7.0 h1:79USr0oyXAbxg3rspGh/m4SWNyoz/GLaAh0QlCe2fro =
4
4
github.com/cosmos/gogoproto v1.7.0 /go.mod h1:yWChEv5IUEYURQasfyBW5ffkMHR/90hiHgbNgrtp4j0 =
5
5
github.com/cosmos/ics23/go v0.11.0 h1:jk5skjT0TqX5e5QJbEnwXIS2yI2vnmLOgpQPeM5RtnU =
You can’t perform that action at this time.
0 commit comments