Skip to content

chore(deps): bump github.com/projectdiscovery/fastdialer from 0.0.71 to 0.0.72 #1294

chore(deps): bump github.com/projectdiscovery/fastdialer from 0.0.71 to 0.0.72

chore(deps): bump github.com/projectdiscovery/fastdialer from 0.0.71 to 0.0.72 #1294

Workflow file for this run

name: 🙏🏻 Lint Test
on:
workflow_dispatch:
pull_request:
branches:
- dev
paths:
- '**.go'
- '**.mod'
jobs:
lint:
name: Lint Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
cache: true
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.6.0
with:
version: latest
args: --timeout 5m
working-directory: .