File tree Expand file tree Collapse file tree 6 files changed +5
-9
lines changed Expand file tree Collapse file tree 6 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 3131 # /dev.Dockerfile
3232 # /make/builder.Dockerfile
3333 # /.github/workflows/release.yml
34- GO_VERSION : 1.22.3
34+ GO_VERSION : 1.22.5
3535
3636jobs :
3737 # #######################
Original file line number Diff line number Diff line change 1616 # /dev.Dockerfile
1717 # /make/builder.Dockerfile
1818 # /.github/workflows/main.yml
19- GO_VERSION : 1.22.3
19+ GO_VERSION : 1.22.5
2020
2121jobs :
2222 main :
Original file line number Diff line number Diff line change 11# If you change this value, please change it in the following files as well:
2- # /.travis.yml
32# /dev.Dockerfile
43# /make/builder.Dockerfile
54# /.github/workflows/main.yml
65# /.github/workflows/release.yml
7- FROM golang:1.22.3 -alpine as builder
6+ FROM golang:1.22.5 -alpine as builder
87
98# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
109# queries required to connect to linked containers succeed.
Original file line number Diff line number Diff line change 11# If you change this value, please change it in the following files as well:
2- # /.travis.yml
32# /Dockerfile
43# /make/builder.Dockerfile
54# /.github/workflows/main.yml
65# /.github/workflows/release.yml
7- FROM golang:1.22.3 -alpine as builder
6+ FROM golang:1.22.5 -alpine as builder
87
98LABEL maintainer=
"Olaoluwa Osuntokun <[email protected] >" 109
Original file line number Diff line number Diff line change 11lnrpc
22=====
33
4- [ ![ Build Status] ( http://img.shields.io/travis/lightningnetwork/lnd.svg )] ( https://travis-ci.org/lightningnetwork/lnd )
54[ ![ MIT licensed] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/lightningnetwork/lnd/blob/master/LICENSE )
65[ ![ GoDoc] ( https://img.shields.io/badge/godoc-reference-blue.svg )] ( http://godoc.org/github.com/lightningnetwork/lnd/lnrpc )
76
Original file line number Diff line number Diff line change 11# If you change this value, please change it in the following files as well:
2- # /.travis.yml
32# /Dockerfile
43# /dev.Dockerfile
54# /.github/workflows/main.yml
65# /.github/workflows/release.yml
7- FROM golang:1.22.3 -bookworm
6+ FROM golang:1.22.5 -bookworm
87
98MAINTAINER Olaoluwa Osuntokun <
[email protected] >
109
You can’t perform that action at this time.
0 commit comments