Skip to content

chore(deps): bump golang.org/x/net from 0.24.0 to 0.36.0 #193

chore(deps): bump golang.org/x/net from 0.24.0 to 0.36.0

chore(deps): bump golang.org/x/net from 0.24.0 to 0.36.0 #193

Workflow file for this run

name: lint
on:
pull_request: {}
jobs:
lint:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: make lint