Skip to content

Bump github.com/docker/docker from 27.0.0+incompatible to 27.1.0+incompatible in /magefiles in the go_modules group #752

Bump github.com/docker/docker from 27.0.0+incompatible to 27.1.0+incompatible in /magefiles in the go_modules group

Bump github.com/docker/docker from 27.0.0+incompatible to 27.1.0+incompatible in /magefiles in the go_modules group #752

Workflow file for this run

---
name: "Build & Test"
on: # yamllint disable-line rule:truthy
push:
branches:
- "main"
pull_request:
branches: ["*"]
merge_group:
types:
- "checks_requested"
jobs:
test:
name: "Run Integration Tests"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "authzed/actions/setup-go@main"
- uses: "authzed/action-spicedb@v1"
- name: "Unit tests"
run: "go run magefile.go test:integration"