Skip to content

Commit e9b5dcb

Browse files
committed
multi: bump Go version from 1.23.6 to 1.23.12
1 parent f390b95 commit e9b5dcb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defaults:
1313
shell: bash
1414

1515
env:
16-
GO_VERSION: 1.23.6
16+
GO_VERSION: 1.23.12
1717

1818
jobs:
1919
build:

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.6-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/lndclient/tools
22

3-
go 1.23.6
3+
go 1.23.12
44

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

0 commit comments

Comments
 (0)