Skip to content

build(deps): bump golang.org/x/net 0.54.0→0.55.0 (OSV GO-2026-5025..5030) #59

build(deps): bump golang.org/x/net 0.54.0→0.55.0 (OSV GO-2026-5025..5030)

build(deps): bump golang.org/x/net 0.54.0→0.55.0 (OSV GO-2026-5025..5030) #59

Workflow file for this run

name: typos
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
permissions:
contents: read
jobs:
typos:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v6
- uses: crate-ci/typos@v1.47.0
continue-on-error: true # warn-only — surface findings without blocking CI