Merge pull request #186 from bhandras/go-bump-v1.23.12

build: bump go to v1.23.12
This commit is contained in:
Oliver Gugger
2025-08-07 03:09:17 -06:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ env:
# If you change this value, please change it in the following files as well: # If you change this value, please change it in the following files as well:
# /Dockerfile # /Dockerfile
GO_VERSION: 1.23.9 GO_VERSION: 1.23.12
jobs: jobs:
######################## ########################

View File

@@ -1,4 +1,4 @@
FROM golang:1.23.9-alpine as builder FROM golang:1.23.12-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
View File

@@ -1,6 +1,6 @@
module github.com/lightninglabs/aperture module github.com/lightninglabs/aperture
go 1.23.9 go 1.23.12
require ( require (
github.com/btcsuite/btcd v0.24.3-0.20250318170759-4f4ea81776d6 github.com/btcsuite/btcd v0.24.3-0.20250318170759-4f4ea81776d6

View File

@@ -1,4 +1,4 @@
FROM golang:1.23.9-bookworm FROM golang:1.23.12-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

View File

@@ -1,6 +1,6 @@
module github.com/lightninglabs/aperture/tools module github.com/lightninglabs/aperture/tools
go 1.23.9 go 1.23.12
require ( require (
github.com/golangci/golangci-lint v1.64.5 github.com/golangci/golangci-lint v1.64.5