Skip to content

fix(deps): update module dagger.io/dagger to v0.13.6 #31

fix(deps): update module dagger.io/dagger to v0.13.6

fix(deps): update module dagger.io/dagger to v0.13.6 #31

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
check-latest: true
- name: Run Build-Pipeline
uses: dagger/dagger-for-github@v5
with:
verb: run
args: go run ci/main.go -cmd "go build -o output/"
version: "0.9.3"
- uses: actions/upload-artifact@v3
with:
name: build-artifact
path: output