Update
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-11-22 01:20:37 +03:00
parent 82444bc307
commit 8648987a17

View File

@@ -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