File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 36
36
# macOS SDK version
37
37
xcrun --show-sdk-version || true
38
38
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39
- with :
40
- fetch-depth : 1
41
39
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
42
40
with :
43
41
go-version : 1.24.x
Original file line number Diff line number Diff line change 80
80
git config --global core.autocrlf false
81
81
git config --global core.eol lf
82
82
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
83
- with :
84
- fetch-depth : 1
85
83
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
86
84
with :
87
85
go-version : 1.24.x
@@ -109,8 +107,6 @@ jobs:
109
107
timeout-minutes : 5
110
108
steps :
111
109
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
112
- with :
113
- fetch-depth : 1
114
110
- uses : codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
115
111
with :
116
112
check_filenames : true
@@ -132,8 +128,6 @@ jobs:
132
128
sudo apt-get update
133
129
sudo apt-get install -y --no-install-recommends qemu-utils
134
130
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
135
- with :
136
- fetch-depth : 1
137
131
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
138
132
with :
139
133
go-version : ${{ matrix.go-version }}
@@ -185,8 +179,6 @@ jobs:
185
179
git config --global core.autocrlf false
186
180
git config --global core.eol lf
187
181
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
188
- with :
189
- fetch-depth : 1
190
182
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
191
183
with :
192
184
go-version : 1.24.x
You can’t perform that action at this time.
0 commit comments