Skip to content

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

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

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

Workflow file for this run

name: Lint
on:
pull_request:
merge_group:
jobs:
actionlint:
name: Github Actions lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check workflow files
uses: docker://rhysd/actionlint:latest
with:
args: -color -ignore SC2086
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