File tree Expand file tree Collapse file tree 5 files changed +4
-12
lines changed Expand file tree Collapse file tree 5 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -218,5 +218,3 @@ replace github.com/lightninglabs/loop/swapserverrpc => ./swapserverrpc
218218replace github.com/lightninglabs/loop/looprpc => ./looprpc
219219
220220go 1.23.9
221-
222- toolchain go1.24.0
Original file line number Diff line number Diff line change 11module github.com/lightninglabs/loop/looprpc
22
3- go 1.23.6
4-
5- toolchain go1.23.7
3+ go 1.23.9
64
75require (
86 github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
Original file line number Diff line number Diff line change @@ -13,6 +13,4 @@ require (
1313 google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
1414)
1515
16- go 1.23.6
17-
18- toolchain go1.24.0
16+ go 1.23.9
Original file line number Diff line number Diff line change 1- FROM golang:1.23.6
1+ FROM golang:1.23.9
22
33RUN apt-get update && apt-get install -y git
44ENV GOCACHE=/tmp/build/.cache
Original file line number Diff line number Diff line change 11module github.com/lightninglabs/loop/tools
22
3- go 1.23.0
4-
5- toolchain go1.23.7
3+ go 1.23.9
64
75require (
86 github.com/golangci/golangci-lint v1.64.6
You can’t perform that action at this time.
0 commit comments