Fix go installation
All checks were successful
Gitea Fibonacci test / Explore-Gitea-Actions (push) Successful in 1m2s
All checks were successful
Gitea Fibonacci test / Explore-Gitea-Actions (push) Successful in 1m2s
This commit is contained in:
@@ -18,6 +18,9 @@ jobs:
|
|||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
- name: Install go
|
- name: Install go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
|
with:
|
||||||
|
go-version: '1.24.4'
|
||||||
|
check-latest: true
|
||||||
- name: Build the fib app
|
- name: Build the fib app
|
||||||
run: go build
|
run: go build
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|||||||
Reference in New Issue
Block a user