Update install task
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2025-11-21 23:19:28 +03:00
parent 9438cc0129
commit 00d8494944

View File

@@ -12,8 +12,8 @@ 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: Install Task utility - name: Install Task utility
# uses: go-task/setup-task@v1 uses: https://github.com/marketplace/actions/go-task-setup-task@v1
- name: Install GoLang v1.25.4 - name: Install GoLang v1.25.4
uses: actions/setup-go@v5 uses: actions/setup-go@v5
@@ -22,7 +22,7 @@ jobs:
cache: true cache: true
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v6
- name: Build and test application - name: Build and test application
run: | run: |