Skip to content

Commit bd42ffe

Browse files
committed
tools: update go version to 1.26
1 parent 0678298 commit bd42ffe

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.24.6
16+
GO_VERSION: 1.26
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.24.9-bookworm
1+
FROM golang:1.26-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.24.6
3+
go 1.26
44

55
require (
66
// Once golangci-lint v2.4.1 update it here.

0 commit comments

Comments
 (0)