Skip to content

Bump github.com/moby/buildkit from 0.11.6 to 0.12.2 #27

Bump github.com/moby/buildkit from 0.11.6 to 0.12.2

Bump github.com/moby/buildkit from 0.11.6 to 0.12.2 #27

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
merge_group:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
cache-dependency-path: go.sum
- uses: golangci/golangci-lint-action@v3
with:
version: v1.48
skip-cache: true
args: --timeout 10m --verbose