Skip to content

chore(deps): bump github.com/projectdiscovery/utils from 0.0.92 to 0.0.93 in /v2 #1328

chore(deps): bump github.com/projectdiscovery/utils from 0.0.92 to 0.0.93 in /v2

chore(deps): bump github.com/projectdiscovery/utils from 0.0.92 to 0.0.93 in /v2 #1328

Workflow file for this run

name: 🙏🏻 Lint Test
on:
pull_request:
paths:
- '**.go'
- '**.mod'
workflow_dispatch:
jobs:
lint:
name: Lint Test
runs-on: ubuntu-latest-16-cores
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.21.x
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.6.0
with:
version: latest
args: --timeout 5m
working-directory: v2/