Skip to content

build(deps): Bump dagger.io/dagger from 0.11.1 to 0.11.9 #121

build(deps): Bump dagger.io/dagger from 0.11.1 to 0.11.9

build(deps): Bump dagger.io/dagger from 0.11.1 to 0.11.9 #121

Workflow file for this run

name: pre-commit
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Run pre-commit
run: ./hack/mage precommit:precommit