multi: bump Go version to v1.23.9

This commit is contained in:
Oliver Gugger 2025-05-26 15:58:07 +02:00
parent 45a83a70dc
commit 5d16c50762
No known key found for this signature in database
GPG key ID: 8E4256593F177720
5 changed files with 4 additions and 12 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.23.6
FROM golang:1.23.9
RUN apt-get update && apt-get install -y git
ENV GOCACHE=/tmp/build/.cache

View file

@ -1,8 +1,6 @@
module github.com/lightninglabs/loop/tools
go 1.23.0
toolchain go1.23.7
go 1.23.9
require (
github.com/golangci/golangci-lint v1.64.6