Skip to content

Bump github.com/moby/buildkit from 0.12.5 to 0.15.0 #820

Bump github.com/moby/buildkit from 0.12.5 to 0.15.0

Bump github.com/moby/buildkit from 0.12.5 to 0.15.0 #820

Workflow file for this run

name: Check licenses
on:
push:
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: true
- name: Install go-licenses
run: go install github.com/google/go-licenses@v1.6.0
- name: Check licenses
run: |
go-licenses check ./... \
--ignore github.com/xi2/xz,golang.org/x/sys/unix # https://github.com/xi2/xz/blob/master/LICENSE