File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.23.12 -alpine as builder
1+ FROM golang:1.24.6 -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.
Original file line number Diff line number Diff line change 11module github.com/lightninglabs/aperture
22
3- go 1.23.12
3+ go 1.24.6
44
55require (
66 github.com/btcsuite/btcd v0.24.3-0.20250318170759-4f4ea81776d6
Original file line number Diff line number Diff line change 1- FROM golang:1.23.12 -bookworm
1+ FROM golang:1.24.6 -bookworm
22
33RUN apt-get update && apt-get install -y git
44ENV GOCACHE=/tmp/build/.cache
Original file line number Diff line number Diff line change 11module github.com/lightninglabs/aperture/tools
22
3- go 1.23.12
3+ go 1.24.6
44
55require (
66 github.com/golangci/golangci-lint v1.64.5
You can’t perform that action at this time.
0 commit comments