Skip to content

chore(deps): bump golang.org/x/net from 0.38.0 to 0.55.0 #324

chore(deps): bump golang.org/x/net from 0.38.0 to 0.55.0

chore(deps): bump golang.org/x/net from 0.38.0 to 0.55.0 #324

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: mise install
- run: mise exec -- go test ./...
- run: mise exec -- go build ./...
- run: mise exec -- go run ./tools/gendocs
- run: git diff --exit-code docs/cli