Skip to content

fix(deps): update module github.com/moby/buildkit to v0.18.0 #1214

fix(deps): update module github.com/moby/buildkit to v0.18.0

fix(deps): update module github.com/moby/buildkit to v0.18.0 #1214

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- master
- "release/**"
pull_request:
types: ['opened', 'synchronize']
paths:
- '**.go'
- go.mod
- '.github/workflows/**'
env:
GOPROXY: https://proxy.golang.org,direct
GO_VERSION: "1.18"
jobs:
unit-test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: Setup cookies
run: |
cat /etc/issue
bash scripts/gogetcookie.sh
- name: Running unit tests
run: make test