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 6262 # fetch all commits instead of only the last as some branches are long lived and could have many between versions
6363 # fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567
6464 - run : git fetch --unshallow --quiet --tags --force
65+ - uses : actions/setup-go@v4
66+ with :
67+ go-version : " ~1.21"
68+ check-latest : true
6569 - uses : docker/setup-qemu-action@v2
6670 - uses : docker/setup-buildx-action@v2
6771 - name : Get cleaned branch name
9599 # fetch all commits instead of only the last as some branches are long lived and could have many between versions
96100 # fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567
97101 - run : git fetch --unshallow --quiet --tags --force
102+ - uses : actions/setup-go@v4
103+ with :
104+ go-version : " ~1.21"
105+ check-latest : true
98106 - uses : docker/setup-qemu-action@v2
99107 - uses : docker/setup-buildx-action@v2
100108 - name : Get cleaned branch name
You can’t perform that action at this time.
0 commit comments