Skip to content

chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 #232

chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0

chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 #232

Workflow file for this run

name: 🙏🏻 Lint Test
on:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout 5m
working-directory: .