mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 06:07:16 +01:00
tools+lint: fix linter for Go 1.18
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.17.3-buster
|
||||
FROM golang:1.18.0-buster
|
||||
|
||||
RUN apt-get update && apt-get install -y git
|
||||
ENV GOCACHE=/tmp/build/.cache
|
||||
|
||||
Reference in New Issue
Block a user