Skip to content

Commit c44ae45

Browse files
authored
Merge pull request #179 from lightninglabs/bump-lnd-version
GitHub+Docker: bump Golang version used
2 parents 8e175f9 + b35b2b2 commit c44ae45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
# If you change this value, please change it in the following files as well:
2121
# /Dockerfile
22-
GO_VERSION: 1.23.6
22+
GO_VERSION: 1.23.9
2323

2424
jobs:
2525
########################

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.6-alpine as builder
1+
FROM golang:1.23.9-alpine as builder
22

33
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
44
# queries required to connect to linked containers succeed.

0 commit comments

Comments
 (0)