Skip to content

build(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 #200

build(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0

build(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 #200

Workflow file for this run

---
name: "Lint"
on: # yamllint disable-line rule:truthy
push:
branches:
- "!dependabot/*"
- "main"
pull_request:
branches: ["*"]
merge_group:
types:
- "checks_requested"
jobs:
go-lint:
name: "Lint Go"
runs-on: "depot-ubuntu-24.04"
steps:
- uses: "actions/checkout@v5"
- uses: "authzed/actions/setup-go@main"
- name: "Lint Go"
run: "go run mage.go lint:go"
- uses: "chainguard-dev/actions/nodiff@main"
with:
path: ""
fixup-command: "go run mage.go lint:go"