Skip to content

fix: removed concurrency from ci #3

fix: removed concurrency from ci

fix: removed concurrency from ci #3

Workflow file for this run

name: dagger
on:
push:
branches: [main]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.21"
- name: Install Dagger
run: cd /usr/local && { curl -L https://dl.dagger.io/dagger/install.sh | sh; cd -; }
- name: Run Dagger pipeline
run: dagger run go run ci/main.go