Skip to content

fix(ci): bump Go toolchain to 1.25.11 (clears GO-2026-5039/5037 stdlib vulns) #36

fix(ci): bump Go toolchain to 1.25.11 (clears GO-2026-5039/5037 stdlib vulns)

fix(ci): bump Go toolchain to 1.25.11 (clears GO-2026-5039/5037 stdlib vulns) #36

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.46.3
continue-on-error: true # warn-only — surface findings without blocking CI