Skip to content

Bump golang.org/x/vuln from 1.0.4 to 1.1.0 in the go-mod group #637

Bump golang.org/x/vuln from 1.0.4 to 1.1.0 in the go-mod group

Bump golang.org/x/vuln from 1.0.4 to 1.1.0 in the go-mod group #637

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"