File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 20
20
- name : Set up Go
21
21
uses : actions/setup-go@v4
22
22
with :
23
- go-version : " 1.21 "
23
+ go-version : " 1.22 "
24
24
- name : Compile FireFly CLI
25
25
run : make
Original file line number Diff line number Diff line change 91
91
- name : Set up Go
92
92
uses : actions/setup-go@v4
93
93
with :
94
- go-version : " 1.21 "
94
+ go-version : " 1.22 "
95
95
96
96
- name : Compile FireFly CLI
97
97
working-directory : firefly-cli
Original file line number Diff line number Diff line change 19
19
- name : Set up Go
20
20
uses : actions/setup-go@v4
21
21
with :
22
- go-version : " 1.21 "
22
+ go-version : " 1.22 "
23
23
- name : Run GoReleaser
24
24
uses : goreleaser/goreleaser-action@v4
25
25
with :
Original file line number Diff line number Diff line change 16
16
17
17
module github.com/hyperledger/firefly-cli
18
18
19
- go 1.21
19
+ go 1.22
20
20
21
- toolchain go1.21 .0
21
+ toolchain go1.22 .0
22
22
23
23
require (
24
24
blockwatch.cc/tzgo v1.17.4
25
25
github.com/briandowns/spinner v1.23.0
26
26
github.com/btcsuite/btcd/btcec/v2 v2.3.2
27
27
github.com/google/go-containerregistry v0.17.0
28
- github.com/hyperledger/firefly-common v1.4.2
29
- github.com/hyperledger/firefly-signer v1.1.11
28
+ github.com/hyperledger/firefly-common v1.4.10
29
+ github.com/hyperledger/firefly-signer v1.1.15
30
30
github.com/jarcoal/httpmock v1.3.1
31
31
github.com/mattn/go-isatty v0.0.20
32
32
github.com/miracl/conflate v1.3.2
Original file line number Diff line number Diff line change @@ -118,10 +118,10 @@ github.com/googleapis/gax-go/v2 v2.12.0 h1:A+gCJKdRfqXkr+BIRGtZLibNXf0m1f9E4HG56
118
118
github.com/googleapis/gax-go/v2 v2.12.0 /go.mod h1:y+aIqrI5eb1YGMVJfuV3185Ts/D7qKpsEkdD5+I6QGU =
119
119
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4 =
120
120
github.com/hashicorp/hcl v1.0.0 /go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ =
121
- github.com/hyperledger/firefly-common v1.4.2 h1:sBbiTFWDu1qCnXFA6JobasJl4AXphCAUZU/R4nyWPdE =
122
- github.com/hyperledger/firefly-common v1.4.2 /go.mod h1:jkErZdQmC9fsAJZQO427tURdwB9iiW+NMUZSqS3eBIE =
123
- github.com/hyperledger/firefly-signer v1.1.11 h1:76t4ZrbveilfYLY87sAb7xqFJqhXZ8BLiH2BhE5be6I =
124
- github.com/hyperledger/firefly-signer v1.1.11 /go.mod h1:Ae1WDQAV6JU/sMYO+HtoWXuw6agdnRZPNZ/fnigwVg4 =
121
+ github.com/hyperledger/firefly-common v1.4.10 h1:NgUYorxZF3tNkL7bBqe3PlwA42pPAYlj0wStnUsjN9Y =
122
+ github.com/hyperledger/firefly-common v1.4.10 /go.mod h1:E7w/RxNtVnX52WXLQW9f2xVAgZnW70voZeE9sZrx/q0 =
123
+ github.com/hyperledger/firefly-signer v1.1.15 h1:oJXrX1ziDIxzSbRX+risVEmprx3McD1yi0S1S5La4zc =
124
+ github.com/hyperledger/firefly-signer v1.1.15 /go.mod h1:E/TO0Koi4BqSr8hRhKJVTxiynwX/EQYjqqKrlnsQK7o =
125
125
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
126
126
github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
127
127
github.com/jarcoal/httpmock v1.3.1 h1:iUx3whfZWVf3jT01hQTO/Eo5sAYtB2/rqaUuOtpInww =
You can’t perform that action at this time.
0 commit comments