File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Verify
33on :
44 pull_request :
55 branches :
6- - ' main'
6+ - " main"
77
88permissions : {}
99
@@ -16,17 +16,17 @@ jobs:
1616 contents : read
1717
1818 steps :
19- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20- with :
21- persist-credentials : false
19+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ with :
21+ persist-credentials : false
2222
23- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
24- with :
25- go-version-file : ' go.mod'
26- check-latest : true
23+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
24+ with :
25+ go-version-file : " go.mod"
26+ check-latest : true
2727
28- - name : Verify
29- run : ./hack/presubmit.sh
28+ - name : Verify
29+ run : ./hack/presubmit.sh
3030
3131 golangci :
3232 name : lint
@@ -42,10 +42,10 @@ jobs:
4242
4343 - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
4444 with :
45- go-version-file : ' go.mod'
45+ go-version-file : " go.mod"
4646 check-latest : true
4747
4848 - name : golangci-lint
49- uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0 .0
49+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.4 .0
5050 with :
51- version : v2.0
51+ version : v2.7.2
You can’t perform that action at this time.
0 commit comments