Skip to content

chore: bump github.com/docker/docker from 27.1.2+incompatible to 27.2.0+incompatible #64

chore: bump github.com/docker/docker from 27.1.2+incompatible to 27.2.0+incompatible

chore: bump github.com/docker/docker from 27.1.2+incompatible to 27.2.0+incompatible #64

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
name: Test
jobs:
go-test:
name: Go Tests
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
cache: false
go-version: 1.22.x
check-latest: true
- name: Checkout code
uses: actions/checkout@v4
- name: Run Go Tests with Coverage
run: make test
- name: Static checker
uses: dominikh/[email protected]
with:
install-go: false