fixed workflow
All checks were successful
Build bang-server / Explore-Gitea-Actions (push) Successful in 1m10s
All checks were successful
Build bang-server / Explore-Gitea-Actions (push) Successful in 1m10s
This commit is contained in:
@@ -13,6 +13,10 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: echo "${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
- run: echo "The workflow is now ready to test your code on the runner."
|
- run: echo "The workflow is now ready to test your code on the runner."
|
||||||
|
- name: Setup Go
|
||||||
|
uses: actions/setup-go@v3
|
||||||
|
with:
|
||||||
|
go-version: '1.24.4'
|
||||||
- name: Build the server app
|
- name: Build the server app
|
||||||
run: go build bang.go
|
run: go build bang.go
|
||||||
- name: List files
|
- name: List files
|
||||||
|
|||||||
Reference in New Issue
Block a user