diff --git a/.gitea/workflows/hellogo.yaml b/.gitea/workflows/hellogo.yaml index b29cb3f..f91cc5f 100644 --- a/.gitea/workflows/hellogo.yaml +++ b/.gitea/workflows/hellogo.yaml @@ -17,9 +17,12 @@ jobs: run: | ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." + GoBuild: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v4 + with: + go-version: '1.20' # Specify the Go version you want to use - run: go run main.go