File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 88 - uses : actions/checkout@master
99
1010 - name : run tests for library
11- uses : cedrickring/golang-action@1.6.0
11+ uses : actions/setup-go@v2
12+ with :
13+ go-version : 1.18
14+ stable : false
1215
1316 - name : run tests for cli
14- uses : cedrickring/golang-action@1.6.0
17+ uses : actions/setup-go@v2
18+ with :
19+ go-version : 1.18
20+ stable : false
1521 env :
1622 PROJECT_PATH : " ./cli/synocrypto"
1723 CI : " true"
Original file line number Diff line number Diff line change 11module github.com/maxlaverse/synocrypto/cli/synocrypto
22
3- go 1.16
3+ go 1.18
44
55require (
66 github.com/maxlaverse/synocrypto v0.0.0-20210411154523-101d272bbf64
Original file line number Diff line number Diff line change 11module github.com/maxlaverse/synocrypto
22
3- go 1.17
3+ go 1.18
44
55require (
66 github.com/pierrec/lz4/v4 v4.1.14
You can’t perform that action at this time.
0 commit comments