File tree 4 files changed +10
-8
lines changed
4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [ main ]
6
6
pull_request :
7
- branches : [ main, v3 ]
7
+ branches : [ main, Proton ]
8
8
9
9
jobs :
10
10
build :
18
18
java-version : 1.8
19
19
20
20
- name : Set up Go 1.x
21
- uses : actions/setup-go@v2
21
+ uses : actions/setup-go@v5
22
22
with :
23
- go-version : ^1.16
23
+ go-version : ' ^1.16'
24
24
id : go
25
25
26
26
- name : Install NDK
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [ main ]
6
6
pull_request :
7
- branches : [ main, v3 ]
7
+ branches : [ main, Proton ]
8
8
9
9
jobs :
10
10
build :
@@ -18,10 +18,10 @@ jobs:
18
18
xcode-version : 15.3.0
19
19
id : xcode
20
20
21
- - name : Set up Go 1.x
22
- uses : actions/setup-go@v2
21
+ - name : Set up Go 1.22
22
+ uses : actions/setup-go@v5
23
23
with :
24
- go-version : ^1.16
24
+ go-version : ' 1.22 '
25
25
id : go
26
26
27
27
- name : Checkout
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: SOP interoperability test suite
2
2
3
3
on :
4
4
pull_request :
5
- branches : [ main, v3 ]
5
+ branches : [ main, Proton ]
6
6
7
7
jobs :
8
8
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ issues:
20
20
- ST1003 # CamelCase variables; see constants/cipher.go
21
21
- missing output for example, go test can't validate it
22
22
- variable 'hasExpiredEntity' is only used in the if-statement
23
+ - SA1019
24
+ - commentFormatting
23
25
exclude-rules :
24
26
- path : crypto/key_clear.go
25
27
text : " SA1019"
You can’t perform that action at this time.
0 commit comments