Skip to content

Bump github.com/docker/docker in /tools #154

Bump github.com/docker/docker in /tools

Bump github.com/docker/docker in /tools #154

Workflow file for this run

name: Run tests
on: [ push, pull_request ]
jobs:
test:
strategy:
matrix:
go-version: [ "1.21", "1.22" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: make test GOFLAGS="-v" GO_VERSION=${{ matrix.go-version }}