mirror of
https://github.com/lightninglabs/aperture.git
synced 2025-12-17 09:04:19 +01:00
gomod: bump go to v1.24.6
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.23.12-alpine as builder
|
FROM golang:1.24.6-alpine as builder
|
||||||
|
|
||||||
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
|
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
|
||||||
# queries required to connect to linked containers succeed.
|
# queries required to connect to linked containers succeed.
|
||||||
|
|||||||
2
go.mod
2
go.mod
@@ -1,6 +1,6 @@
|
|||||||
module github.com/lightninglabs/aperture
|
module github.com/lightninglabs/aperture
|
||||||
|
|
||||||
go 1.23.12
|
go 1.24.6
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/btcsuite/btcd v0.24.3-0.20250318170759-4f4ea81776d6
|
github.com/btcsuite/btcd v0.24.3-0.20250318170759-4f4ea81776d6
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.23.12-bookworm
|
FROM golang:1.24.6-bookworm
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y git
|
RUN apt-get update && apt-get install -y git
|
||||||
ENV GOCACHE=/tmp/build/.cache
|
ENV GOCACHE=/tmp/build/.cache
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
module github.com/lightninglabs/aperture/tools
|
module github.com/lightninglabs/aperture/tools
|
||||||
|
|
||||||
go 1.23.12
|
go 1.24.6
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/golangci/golangci-lint v1.64.5
|
github.com/golangci/golangci-lint v1.64.5
|
||||||
|
|||||||
Reference in New Issue
Block a user