Skip to content

Add Dagger to the new toolchain #3

Add Dagger to the new toolchain

Add Dagger to the new toolchain #3

Workflow file for this run

name: Build
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21.5
- name: Install Dagger CLI
run: cd /usr/local && { curl -L https://dl.dagger.io/dagger/install.sh | sh; cd -; }
- name: Run Dagger
run: dagger call -m ci run --src "."