Skip to content

Bump github.com/docker/docker from 26.1.4+incompatible to 27.0.0+incompatible #50

Bump github.com/docker/docker from 26.1.4+incompatible to 27.0.0+incompatible

Bump github.com/docker/docker from 26.1.4+incompatible to 27.0.0+incompatible #50

Workflow file for this run

name: pr-flow
on:
pull_request: {}
workflow_dispatch: {}
jobs:
lint:
name: run golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58
test:
name: run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Build & test
run: make ci-test
- name: Upload log files
uses: actions/upload-artifact@v4
if: always()
with:
name: test-report.log
path: |
**/*.log
if-no-files-found: error