Skip to content

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

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

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

Workflow file for this run

name: Lint
on:
pull_request:
merge_group:
jobs:
dockerlint:
name: dockerfile-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: dockerfile-lint
run: docker build --check .
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
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