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 25
25
- name : Checkout CLI
26
26
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
27
27
- name : Install Go
28
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
28
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
29
29
with :
30
30
go-version-file : ' tools/cli/go.mod'
31
31
- name : Build CLI
46
46
- name : Checkout
47
47
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
48
48
- name : Install Go
49
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
49
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
50
50
with :
51
51
go-version-file : ' tools/cli/go.mod'
52
52
- name : Run unit tests
62
62
.github
63
63
tools
64
64
- name : Install Go
65
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
65
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
66
66
with :
67
67
go-version-file : ' tools/cli/go.mod'
68
68
cache : false # see https://github.com/golangci/golangci-lint-action/issues/807
97
97
- name : Checkout
98
98
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
99
99
- name : Install Go
100
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
100
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
101
101
with :
102
102
go-version-file : ' tools/cli/go.mod'
103
103
- name : Run e2e tests
Original file line number Diff line number Diff line change 60
60
with :
61
61
ref : ${{ inputs.version_number }}
62
62
- name : Set up Go
63
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
63
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
64
64
with :
65
65
go-version-file : ' tools/cli/go.mod'
66
66
- name : Run GoReleaser
Original file line number Diff line number Diff line change 42
42
SPECTRAL_VERSION : ${{ inputs.spectral_version }}
43
43
run : npx -- @stoplight/spectral-cli@"${SPECTRAL_VERSION}" lint openapi-foas.yaml --ruleset=tools/spectral/.spectral.yaml
44
44
- name : Install Go
45
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
45
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
46
46
with :
47
47
go-version-file : ' tools/cli/go.mod'
48
48
cache-dependency-path : " tools/cli/go.sum"
You can’t perform that action at this time.
0 commit comments