Skip to content

chore(deps): bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible in /tests/e2e in the go_modules group across 1 directory #233

chore(deps): bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible in /tests/e2e in the go_modules group across 1 directory

chore(deps): bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible in /tests/e2e in the go_modules group across 1 directory #233

Workflow file for this run

name: E2E tests
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.22.5
cache: true
cache-dependency-path: go.sum
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
**/*.go
go.mod
go.sum
- name: tests
if: env.GIT_DIFF
run: |
go work init && make test-e2e