Skip to content

Bump golang.org/x/net from 0.36.0 to 0.38.0 #112

Bump golang.org/x/net from 0.36.0 to 0.38.0

Bump golang.org/x/net from 0.36.0 to 0.38.0 #112

Workflow file for this run

on: [push, pull_request]
name: Lint
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.23.x
- name: Run pre-commit
uses: pre-commit/[email protected]