Skip to content

chore(deps): bump github.com/moby/buildkit from 0.13.2 to 0.18.2 #7216

chore(deps): bump github.com/moby/buildkit from 0.13.2 to 0.18.2

chore(deps): bump github.com/moby/buildkit from 0.13.2 to 0.18.2 #7216

Workflow file for this run

name: golangci-lint
on:
pull_request:
merge_group:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: latest
args: --timeout 10m