File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 3333 if : steps.check-for-backend.outputs.has-backend == 'true'
3434 uses : actions/setup-go@v5
3535 with :
36- go-version : ' 1.24 '
36+ go-version : ' 1.25 '
3737
3838
3939 - name : Install dependencies
4848 - name : Build frontend
4949 run : npm run build
5050
51- - name : check GOCOVERDIR before
52- run : |
53- mkdir -p ./coverage/
54- ls -la ./coverage/
55-
5651 - name : Test backend
5752 if : steps.check-for-backend.outputs.has-backend == 'true'
5853 uses : magefile/mage-action@v3
Original file line number Diff line number Diff line change 1414 - name : Setup Go environment
1515 uses : actions/setup-go@v5
1616 with :
17- go-version : ' 1.24 '
17+ go-version : ' 1.25 '
1818
1919 - name : Install dependencies
2020 run : npm ci
Original file line number Diff line number Diff line change 3131 - name : Setup Go environment
3232 uses : actions/setup-go@v5
3333 with :
34- go-version : ' 1.24 '
34+ go-version : ' 1.25 '
3535
3636 - name : Check for backend
3737 id : check-for-backend
You can’t perform that action at this time.
0 commit comments