File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 15
15
with :
16
16
fetch-depth : 0
17
17
persist-credentials : false
18
+ - uses : actions/setup-go@v5
19
+ with :
20
+ go-version : ' 1.23.x'
18
21
- run : git fetch origin "+${GITHUB_REF}:${GITHUB_REF}"
19
22
if : ${{ github.ref_type == 'tag' }}
20
23
- run : git clone -b master https://github.com/git/git.git "$HOME/git"
25
28
# We install our custom Git version into a PATH location ahead of
26
29
# that of the Git installed by Homebrew.
27
30
- run : script/build-git "$HOME/git"
31
+ - run : GIT_DEFAULT_HASH=sha256 script/cibuild
28
32
build-earliest :
29
33
name : Build with earliest Git
30
34
strategy :
36
40
with :
37
41
fetch-depth : 0
38
42
persist-credentials : false
43
+ - uses : actions/setup-go@v5
44
+ with :
45
+ go-version : ' 1.23.x'
39
46
- run : git fetch origin "+${GITHUB_REF}:${GITHUB_REF}"
40
47
if : ${{ github.ref_type == 'tag' }}
41
48
- run : git clone -b v2.0.0 https://github.com/git/git.git "$HOME/git"
46
53
# We install our custom Git version into a PATH location ahead of
47
54
# that of the Git installed by Homebrew.
48
55
- run : script/build-git "$HOME/git"
56
+ - run : script/cibuild
You can’t perform that action at this time.
0 commit comments