Skip to content

Commit 417d88e

Browse files
committed
GitHub+tools: bump Go to v1.23.9
1 parent 0789785 commit 417d88e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
# go needs absolute directories, using the $HOME variable doesn't work here.
1717
GOCACHE: /home/runner/work/go/pkg/build
1818
GOPATH: /home/runner/work/go
19-
GO_VERSION: 1.23.6
19+
GO_VERSION: 1.23.9
2020

2121
jobs:
2222
########################

tools/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-bookworm
1+
FROM golang:1.23.9-bookworm
22

33
RUN apt-get update && apt-get install -y git
44
ENV GOCACHE=/tmp/build/.cache

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/lightninglabs/chantools/tools
22

3-
go 1.23.6
3+
go 1.23.9
44

55
require (
66
github.com/btcsuite/btcd v0.24.2

0 commit comments

Comments
 (0)