Skip to content

Update module github.com/docker/docker to v25.0.6+incompatible [SECURITY] - autoclosed #139

Update module github.com/docker/docker to v25.0.6+incompatible [SECURITY] - autoclosed

Update module github.com/docker/docker to v25.0.6+incompatible [SECURITY] - autoclosed #139

Workflow file for this run

name: Test Install
on:
pull_request:
branches:
- master
- main
jobs:
posix:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: ./get-latest-tgf.sh
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- run: ./get-latest-tgf.ps1