mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
tools+lint: fix linter for Go 1.18
This commit is contained in:
parent
be704b09b2
commit
dfac94bf9b
@ -43,7 +43,7 @@ linters-settings:
|
||||
- G402 # Look for bad TLS connection settings.
|
||||
- G306 # Poor file permissions used when writing to a new file.
|
||||
staticcheck:
|
||||
go: "1.16"
|
||||
go: "1.18"
|
||||
checks: ["-SA1019"]
|
||||
|
||||
linters:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user