File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1818 - name : Set up Go
1919 uses : actions/setup-go@v4
2020 with :
21- go-version : " 1.21 "
21+ go-version : " 1.22 "
2222
2323 - name : Build and Test
2424 run : make
Original file line number Diff line number Diff line change 1- FROM golang:1.21 -alpine3.19 AS builder
1+ FROM golang:1.22 -alpine3.19 AS builder
22RUN apk add make
33ARG BUILD_VERSION
44ENV BUILD_VERSION=${BUILD_VERSION}
Original file line number Diff line number Diff line change 11module github.com/hyperledger/firefly-evmconnect
22
3- go 1.21
3+ go 1.22
44
5- toolchain go1.21.6
5+ toolchain go1.22.7
66
77require (
88 github.com/hashicorp/golang-lru v1.0.2
9- github.com/hyperledger/firefly-common v1.4.9
10- github.com/hyperledger/firefly-signer v1.1.14
11- github.com/hyperledger/firefly-transaction-manager v1.3.16
9+ github.com/hyperledger/firefly-common v1.4.10
10+ github.com/hyperledger/firefly-signer v1.1.15
11+ github.com/hyperledger/firefly-transaction-manager v1.3.17
1212 github.com/sirupsen/logrus v1.9.3
1313 github.com/spf13/cobra v1.8.0
1414 github.com/stretchr/testify v1.8.4
Original file line number Diff line number Diff line change @@ -100,12 +100,12 @@ github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpO
100100github.com/huandu/xstrings v1.3.3 /go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE =
101101github.com/huandu/xstrings v1.4.0 h1:D17IlohoQq4UcpqD7fDk80P7l+lwAmlFaBHgOipl2FU =
102102github.com/huandu/xstrings v1.4.0 /go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE =
103- github.com/hyperledger/firefly-common v1.4.9 h1:PfPZ73FN8WUoPl8iF8ud00B8476+jmqXHHi94w0Krbc =
104- github.com/hyperledger/firefly-common v1.4.9 /go.mod h1:dXewcVMFNON2SvQ1UPvu64OWUt77+M3p8qy61lT1kE4 =
105- github.com/hyperledger/firefly-signer v1.1.14 h1:gSGwdBHTLPchGlmLOKk2Y2nawfMhlH2CDm2owt0lIUE =
106- github.com/hyperledger/firefly-signer v1.1.14 /go.mod h1:Xj2PF6y8Ce26jX38ch0KasNnnZCSyzcwyLSv8NN+7JA =
107- github.com/hyperledger/firefly-transaction-manager v1.3.16 h1:rW6rptO4LcOeUYVOMTyvsfPcOzNLBpmBTj4T6n0/vpY =
108- github.com/hyperledger/firefly-transaction-manager v1.3.16 /go.mod h1:UT4Cijjsz5AqiXa9H3GUiT2vm2Hq1wEgT0n/shsYZp0 =
103+ github.com/hyperledger/firefly-common v1.4.10 h1:NgUYorxZF3tNkL7bBqe3PlwA42pPAYlj0wStnUsjN9Y =
104+ github.com/hyperledger/firefly-common v1.4.10 /go.mod h1:E7w/RxNtVnX52WXLQW9f2xVAgZnW70voZeE9sZrx/q0 =
105+ github.com/hyperledger/firefly-signer v1.1.15 h1:oJXrX1ziDIxzSbRX+risVEmprx3McD1yi0S1S5La4zc =
106+ github.com/hyperledger/firefly-signer v1.1.15 /go.mod h1:E/TO0Koi4BqSr8hRhKJVTxiynwX/EQYjqqKrlnsQK7o =
107+ github.com/hyperledger/firefly-transaction-manager v1.3.17 h1:TO4rhPdrCFwFbYvGJ1/SK6xa3jvgphrFru86ubwTXRo =
108+ github.com/hyperledger/firefly-transaction-manager v1.3.17 /go.mod h1:smKrB2EzVz8154oe/oE4l3EvGjBISuX3Wfc0+FsKRfs =
109109github.com/imdario/mergo v0.3.11 /go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA =
110110github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4 =
111111github.com/imdario/mergo v0.3.16 /go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY =
You can’t perform that action at this time.
0 commit comments