File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 - name : Checkout CLI
2020 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2121 - name : Install Go
22- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
22+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
2323 with :
2424 go-version-file : ' tools/cli/go.mod'
2525 - name : Build CLI
4040 - name : Checkout
4141 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
4242 - name : Install Go
43- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
43+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
4444 with :
4545 go-version-file : ' tools/cli/go.mod'
4646 - name : Run unit tests
8888 run : |
8989 npm run lint-js
9090 - name : Install Go
91- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
91+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
9292 with :
9393 go-version-file : ' tools/cli/go.mod'
9494 cache : false # see https://github.com/golangci/golangci-lint-action/issues/807
@@ -118,7 +118,7 @@ jobs:
118118 - name : Checkout
119119 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
120120 - name : Install Go
121- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
121+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
122122 with :
123123 go-version-file : ' tools/cli/go.mod'
124124 - name : Run e2e tests
Original file line number Diff line number Diff line change 6060 with :
6161 ref : ${{ inputs.version_number }}
6262 - name : Set up Go
63- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
63+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
6464 with :
6565 go-version-file : ' tools/cli/go.mod'
6666 - name : Run GoReleaser
Original file line number Diff line number Diff line change 4242 SPECTRAL_VERSION : ${{ inputs.spectral_version }}
4343 run : npx -- @stoplight/spectral-cli@"${SPECTRAL_VERSION}" lint openapi-foas.yaml --ruleset=tools/spectral/.spectral.yaml
4444 - name : Install Go
45- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
45+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
4646 with :
4747 go-version-file : ' tools/cli/go.mod'
4848 cache-dependency-path : " tools/cli/go.sum"
You can’t perform that action at this time.
0 commit comments