mirror of
https://github.com/guggero/chantools.git
synced 2026-08-13 12:33:34 +02:00
GitHub+tools: bump Go to v1.23.9
This commit is contained in:
parent
0789785561
commit
417d88e037
3 changed files with 3 additions and 3 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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:
|
||||
########################
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue