Skip to content

Bump github.com/docker/docker from 24.0.2+incompatible to 26.1.5+incompatible in /tools/specgen #253

Bump github.com/docker/docker from 24.0.2+incompatible to 26.1.5+incompatible in /tools/specgen

Bump github.com/docker/docker from 24.0.2+incompatible to 26.1.5+incompatible in /tools/specgen #253

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Build
run: dotnet build -c Release
- name: Test
run: dotnet test -c Release --no-build