GitHub+tools: bump Go to v1.23.9

This commit is contained in:
Oliver Gugger 2025-06-02 16:46:44 +02:00
parent 0789785561
commit 417d88e037
No known key found for this signature in database
GPG key ID: 8E4256593F177720
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ env:
# go needs absolute directories, using the $HOME variable doesn't work here.
GOCACHE: /home/runner/work/go/pkg/build
GOPATH: /home/runner/work/go
GO_VERSION: 1.23.6
GO_VERSION: 1.23.9
jobs:
########################

View file

@ -1,4 +1,4 @@
FROM golang:1.23.6-bookworm
FROM golang:1.23.9-bookworm
RUN apt-get update && apt-get install -y git
ENV GOCACHE=/tmp/build/.cache

View file

@ -1,6 +1,6 @@
module github.com/lightninglabs/chantools/tools
go 1.23.6
go 1.23.9
require (
github.com/btcsuite/btcd v0.24.2