Skip to content

Commit 57dee69

Browse files
authored
Merge pull request #186 from bhandras/go-bump-v1.23.12
build: bump go to v1.23.12
2 parents 72d880d + 84452ff commit 57dee69

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
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

2424
jobs:
2525
########################

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/lightninglabs/aperture
22

3-
go 1.23.9
3+
go 1.23.12
44

55
require (
66
github.com/btcsuite/btcd v0.24.3-0.20250318170759-4f4ea81776d6

tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.9-bookworm
1+
FROM golang:1.23.12-bookworm
22

33
RUN apt-get update && apt-get install -y git
44
ENV GOCACHE=/tmp/build/.cache

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/lightninglabs/aperture/tools
22

3-
go 1.23.9
3+
go 1.23.12
44

55
require (
66
github.com/golangci/golangci-lint v1.64.5

0 commit comments

Comments
 (0)