mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
build: bump Go to v1.23.12
This commit is contained in:
parent
2f21a488d8
commit
0af425be7b
4 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.23.9
|
||||
FROM golang:1.23.12
|
||||
|
||||
RUN apt-get update && apt-get install -y git
|
||||
ENV GOCACHE=/tmp/build/.cache
|
||||
|
|
@ -13,4 +13,4 @@ RUN cd /tmp \
|
|||
&& cd /tmp/tools \
|
||||
&& go install -trimpath github.com/golangci/golangci-lint/cmd/golangci-lint \
|
||||
&& chmod -R 777 /tmp/build/
|
||||
WORKDIR /build
|
||||
WORKDIR /build
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/lightninglabs/loop/tools
|
||||
|
||||
go 1.23.9
|
||||
go 1.23.12
|
||||
|
||||
require (
|
||||
github.com/golangci/golangci-lint v1.64.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue