File tree 3 files changed +7
-13
lines changed
3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 12
12
make-release :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/create-release@latest
15
+ - uses : actions/create-release@v1
16
16
env :
17
17
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18
18
with :
@@ -29,13 +29,13 @@ jobs:
29
29
env :
30
30
CGO_ENABLED : 0
31
31
steps :
32
- - uses : actions/checkout@latest
33
- - uses : wangyoucao577/go-release-action@latest
32
+ - uses : actions/checkout@v4
33
+ - uses : wangyoucao577/go-release-action@v1
34
34
with :
35
35
github_token : ${{ secrets.GITHUB_TOKEN }}
36
36
goos : ${{ matrix.goos }}
37
37
goarch : ${{ matrix.goarch }}
38
38
goversion : " 1.22"
39
39
build_flags : -trimpath
40
- ldflags : -d - s -w
40
+ ldflags : -s -w
41
41
overwrite : true
Original file line number Diff line number Diff line change @@ -39,14 +39,8 @@ apt install lightningd
39
39
mkdir -p ~/.lightning/plugins
40
40
echo 'disable-plugin=bcli' >> .lightning/config
41
41
cd ~/.lightning/plugins
42
- wget https://github.com/nbd-wtf/trustedcoin/releases/download/v0.7 .0/trustedcoin-v0.7 .0-linux-amd64.tar.gz
43
- tar -xvf trustedcoin-v0.7 .0-linux-amd64.tar.gz
42
+ wget https://github.com/nbd-wtf/trustedcoin/releases/download/v0.8 .0/trustedcoin-v0.8 .0-linux-amd64.tar.gz
43
+ tar -xvf trustedcoin-v0.8 .0-linux-amd64.tar.gz
44
44
cd
45
45
lightningd
46
46
```
47
-
48
- ## How to build
49
-
50
- ```
51
- go build
52
- ```
Original file line number Diff line number Diff line change 8
8
"github.com/fiatjaf/lightningd-gjson-rpc/plugin"
9
9
)
10
10
11
- const version = "0.7.1 "
11
+ const version = "0.8.0 "
12
12
13
13
var (
14
14
network string
You can’t perform that action at this time.
0 commit comments