Skip to content

chore(deps): bump github.com/projectdiscovery/fastdialer from 0.0.70 to 0.0.71 in /v2 #512

chore(deps): bump github.com/projectdiscovery/fastdialer from 0.0.70 to 0.0.71 in /v2

chore(deps): bump github.com/projectdiscovery/fastdialer from 0.0.70 to 0.0.71 in /v2 #512

Workflow file for this run

name: 🔨 Release Test
on:
pull_request:
paths:
- '**.go'
- '**.mod'
workflow_dispatch:
jobs:
release-test:
runs-on: ubuntu-latest-16-cores
steps:
- name: "Check out code"
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
- name: release test
uses: goreleaser/goreleaser-action@v4
with:
args: "release --clean --snapshot"
version: latest
workdir: v2