Update
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 53s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 53s
This commit is contained in:
@@ -17,15 +17,15 @@ jobs:
|
||||
- name: Job start
|
||||
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
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: "1.25.4"
|
||||
cache: true
|
||||
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Build and test application
|
||||
run: |
|
||||
mkdir bin
|
||||
|
||||
Reference in New Issue
Block a user