when: - event: push branch: master steps: - name: build image: golang:1.25-alpine3.22 commands: - echo "Prepare Env" - apk update && apk add gcc - go build ./ -o wgcl