File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919
2020 # If you change this value, please change it in the following files as well:
2121 # /Dockerfile
22- GO_VERSION : 1.23.9
22+ GO_VERSION : 1.23.12
2323
2424jobs :
2525 # #######################
Original file line number Diff line number Diff line change 1- FROM golang:1.23.9 -alpine as builder
1+ FROM golang:1.23.12 -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.9
3+ go 1.23.12
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.9 -bookworm
1+ FROM golang:1.23.12 -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.9
3+ go 1.23.12
44
55require (
66 github.com/golangci/golangci-lint v1.64.5
You can’t perform that action at this time.
0 commit comments