Fix go installation
All checks were successful
Gitea Fibonacci test / Explore-Gitea-Actions (push) Successful in 1m2s

This commit is contained in:
2025-07-23 14:36:35 +02:00
parent 23544392f6
commit 5d8d0050cd

View File

@@ -18,6 +18,9 @@ jobs:
ls ${{ gitea.workspace }}
- name: Install go
uses: actions/setup-go@v5
with:
go-version: '1.24.4'
check-latest: true
- name: Build the fib app
run: go build
- run: echo "🍏 This job's status is ${{ job.status }}."