Skip to content

build(deps): Bump dagger.io/dagger from 0.11.1 to 0.11.4 #227

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

build(deps): Bump dagger.io/dagger from 0.11.1 to 0.11.4 #227

Workflow file for this run

name: lint
on: [pull_request]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
fail_on_error: true
reporter: github-pr-review