Skip to content

Bump github.com/samber/lo from 1.44.0 to 1.45.0 in the go-mod group #735

Bump github.com/samber/lo from 1.44.0 to 1.45.0 in the go-mod group

Bump github.com/samber/lo from 1.44.0 to 1.45.0 in the go-mod group #735

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"