This commit is contained in:
@@ -17,15 +17,15 @@ jobs:
|
|||||||
- name: Job start
|
- name: Job start
|
||||||
run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
|
run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
|
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Install GoLang v1.25.4
|
- name: Install GoLang v1.25.4
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: "1.25.4"
|
go-version: "1.25.4"
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Check out repository code
|
|
||||||
uses: actions/checkout@v6
|
|
||||||
|
|
||||||
- name: Build and test application
|
- name: Build and test application
|
||||||
run: |
|
run: |
|
||||||
mkdir bin
|
mkdir bin
|
||||||
|
|||||||
Reference in New Issue
Block a user