on: [push] jobs: test_build_go: uses: ./.github/workflows/build-go.yml with: go-version: '1.23' source: './main.go' target: './dist/main'