File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches : [ main ]
66 pull_request :
7- branches : [ main, v3 ]
7+ branches : [ main, Proton ]
88
99jobs :
1010 build :
2020 - name : Set up Go 1.x
2121 uses : actions/setup-go@v5
2222 with :
23- go-version : ^1.16
23+ go-version : ' ^1.16'
2424 id : go
2525
2626 - name : Install NDK
Original file line number Diff line number Diff line change 44 push :
55 branches : [ main ]
66 pull_request :
7- branches : [ main, v3 ]
7+ branches : [ main, Proton ]
88
99jobs :
1010 build :
@@ -18,10 +18,10 @@ jobs:
1818 xcode-version : 15.3.0
1919 id : xcode
2020
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
2323 with :
24- go-version : ^1.16
24+ go-version : ' 1.22 '
2525 id : go
2626
2727 - name : Checkout
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: SOP interoperability test suite
22
33on :
44 pull_request :
5- branches : [ main, v3 ]
5+ branches : [ main, Proton ]
66
77jobs :
88
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ issues:
2020 - ST1003 # CamelCase variables; see constants/cipher.go
2121 - missing output for example, go test can't validate it
2222 - variable 'hasExpiredEntity' is only used in the if-statement
23+ - SA1019
24+ - commentFormatting
2325 exclude-rules :
2426 - path : crypto/key_clear.go
2527 text : " SA1019"
You can’t perform that action at this time.
0 commit comments