Skip to content

Remove deprecated graphdriver-plugins, assorted cleanups, and update to go1.21 #18

Remove deprecated graphdriver-plugins, assorted cleanups, and update to go1.21

Remove deprecated graphdriver-plugins, assorted cleanups, and update to go1.21 #18

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
test:
strategy:
matrix:
platform: [ubuntu-20.04]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: test
run: make test