Skip to content

chore(deps): bump golang.org/x/net from 0.52.0 to 0.53.0 #798

chore(deps): bump golang.org/x/net from 0.52.0 to 0.53.0

chore(deps): bump golang.org/x/net from 0.52.0 to 0.53.0 #798

Workflow file for this run

name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "stable"
cache-dependency-path: go.sum
- name: golangci-lint
run: go run github.com/golangci/golangci-lint/cmd/golangci-lint@latest run ./...