File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 40
40
41
41
- uses : https://code.forgejo.org/actions/setup-go@v4
42
42
with :
43
- go-version : " >= 1.21"
43
+ go-version : " 1.21"
44
44
check-latest : true
45
45
46
46
- name : version from ref_name
Original file line number Diff line number Diff line change 46
46
su forgejo -c 'set -ex ; for b in ${{ env.FEATURE_BRANCHES }} ; do git merge -m $b origin/forgejo-$b ; done'
47
47
- uses : https://code.forgejo.org/actions/setup-go@v4
48
48
with :
49
- go-version : " >= 1.21"
49
+ go-version : " 1.21"
50
50
- name : make deps-backend
51
51
run : |
52
52
su forgejo -c 'make deps-backend'
Original file line number Diff line number Diff line change 61
61
if : vars.ROLE == 'forgejo-experimental' && secrets.OVH_APP_KEY != ''
62
62
uses : https://code.forgejo.org/actions/setup-go@v4
63
63
with :
64
- go-version : " >= 1.21"
64
+ go-version : " 1.21"
65
65
check-latest : true
66
66
- name : update the _release.experimental DNS record
67
67
if : vars.ROLE == 'forgejo-experimental' && secrets.OVH_APP_KEY != ''
Original file line number Diff line number Diff line change 17
17
- uses : https://code.forgejo.org/actions/checkout@v3
18
18
- uses : https://code.forgejo.org/actions/setup-go@v4
19
19
with :
20
- go-version : " >= 1.21"
20
+ go-version : " 1.21"
21
21
check-latest : true
22
22
- run : make deps-backend deps-tools
23
23
- run : make lint-backend
32
32
- uses : https://code.forgejo.org/actions/checkout@v3
33
33
- uses : https://code.forgejo.org/actions/setup-go@v4
34
34
with :
35
- go-version : " >= 1.21"
35
+ go-version : " 1.21"
36
36
check-latest : true
37
37
- run : make deps-backend deps-tools
38
38
- run : make --always-make checks-backend # ensure the "go-licenses" make target runs
52
52
- uses : https://code.forgejo.org/actions/checkout@v3
53
53
- uses : https://code.forgejo.org/actions/setup-go@v4
54
54
with :
55
- go-version : " >= 1.21"
55
+ go-version : " 1.21"
56
56
- run : |
57
57
git config --add safe.directory '*'
58
58
adduser --quiet --comment forgejo --disabled-password forgejo
You can’t perform that action at this time.
0 commit comments