File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
- uses : actions/setup-go@v5
16
16
with :
17
- go-version : ' >= 1.22'
17
+ go-version : ' 1.22'
18
18
cache-dependency-path : |
19
19
go.sum
20
20
internal/utils/go.sum
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ var rootCmd = &cobra.Command{
14
14
Use : "safelock-cli" ,
15
15
Short : "Simple tool to encrypt/decrypt files with AES encryption" ,
16
16
Long : "Simple command-line tool to encrypt and decrypt files with AES encryption" ,
17
- Version : "0.6.0 " ,
17
+ Version : "0.6.1 " ,
18
18
CompletionOptions : cobra.CompletionOptions {
19
19
DisableDefaultCmd : true ,
20
20
},
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ func newReader(
37
37
aead : aead ,
38
38
cancel : cancel ,
39
39
start : start ,
40
- end : 100.0 ,
40
+ end : 99.99 ,
41
41
},
42
42
}
43
43
}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ func newWriter(
27
27
pwd : pwd ,
28
28
cancel : cancel ,
29
29
start : start ,
30
- end : 100.0 ,
30
+ end : 99.99 ,
31
31
},
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments