Skip to content

chore(deps): bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible in /livestream #5

chore(deps): bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible in /livestream

chore(deps): bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible in /livestream #5

Workflow file for this run

name: Go Test (for livestream service)
on:
pull_request:
paths:
- 'livestream/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22
- name: Run tests
run: cd livestream && go test -v