Skip to content
# GENERATED FILE, DO NOT MODIFY; INSTEAD EDIT .github/workflows/example.yml AND RUN 'make examples'
name: Minimal Example (current branch)
on: push
jobs:
example:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Build
uses: ./
with:
go_version: 1.18
os: linux
arch: amd64
work_dir: testdata/example-app
debug: true
instructions: |
go build -o "$BIN_PATH" -trimpath -buildvcs=false