Skip to content

Commit 8c0d786

Browse files
authored
Merge pull request #8937 from Roasbeef/go-1-22-5
build: update to Go 1.22.5
2 parents b40f165 + bc29222 commit 8c0d786

File tree

6 files changed

+5
-9
lines changed

6 files changed

+5
-9
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
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

3636
jobs:
3737
########################

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
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

2121
jobs:
2222
main:

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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.

dev.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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

98
LABEL maintainer="Olaoluwa Osuntokun <[email protected]>"
109

lnrpc/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
lnrpc
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

make/builder.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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

98
MAINTAINER Olaoluwa Osuntokun <[email protected]>
109

0 commit comments

Comments
 (0)