lightninglabs / faraday

Lightning Channel Management & Optimization Tool
MIT License
129 stars 30 forks source link

Upgrade go to 1.19 in Dockerfile #167

Closed andrei-21 closed 1 year ago

andrei-21 commented 1 year ago

Currently docker build fails with:

$ docker build .
...
github.com/lightningnetwork/lnd/discovery
# github.com/lightningnetwork/lnd/discovery
/go/pkg/mod/github.com/lightningnetwork/lnd@v0.16.0-beta/discovery/gossiper.go:644:15: undefined: atomic.Uint64
note: module requires Go 1.19
make: *** [Makefile:55: build] Error 2
The command '/bin/sh -c apk add --no-cache --update alpine-sdk     git     make     gcc &&  cd /go/src/github.com/lightninglabs/faraday &&  make &&  make install' returned a non-zero code: 2

Pull Request Checklist