mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: bump Go version to v1.23.9
This commit is contained in:
parent
45a83a70dc
commit
5d16c50762
5 changed files with 4 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue