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 62
62
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
63
63
# fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567
64
64
- run : git fetch --unshallow --quiet --tags --force
65
+ - uses : actions/setup-go@v4
66
+ with :
67
+ go-version : " ~1.21"
68
+ check-latest : true
65
69
- uses : docker/setup-qemu-action@v2
66
70
- uses : docker/setup-buildx-action@v2
67
71
- name : Get cleaned branch name
95
99
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
96
100
# fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567
97
101
- run : git fetch --unshallow --quiet --tags --force
102
+ - uses : actions/setup-go@v4
103
+ with :
104
+ go-version : " ~1.21"
105
+ check-latest : true
98
106
- uses : docker/setup-qemu-action@v2
99
107
- uses : docker/setup-buildx-action@v2
100
108
- name : Get cleaned branch name
You can’t perform that action at this time.
0 commit comments