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 3636 # macOS SDK version
3737 xcrun --show-sdk-version || true
3838 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39- with :
40- fetch-depth : 1
4139 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4240 with :
4341 go-version : 1.24.x
Original file line number Diff line number Diff line change 8080 git config --global core.autocrlf false
8181 git config --global core.eol lf
8282 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
83- with :
84- fetch-depth : 1
8583 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
8684 with :
8785 go-version : 1.24.x
@@ -109,8 +107,6 @@ jobs:
109107 timeout-minutes : 5
110108 steps :
111109 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
112- with :
113- fetch-depth : 1
114110 - uses : codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
115111 with :
116112 check_filenames : true
@@ -132,8 +128,6 @@ jobs:
132128 sudo apt-get update
133129 sudo apt-get install -y --no-install-recommends qemu-utils
134130 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
135- with :
136- fetch-depth : 1
137131 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
138132 with :
139133 go-version : ${{ matrix.go-version }}
@@ -185,8 +179,6 @@ jobs:
185179 git config --global core.autocrlf false
186180 git config --global core.eol lf
187181 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
188- with :
189- fetch-depth : 1
190182 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
191183 with :
192184 go-version : 1.24.x
You can’t perform that action at this time.
0 commit comments