Skip to content

chore(deps): bump github.com/projectdiscovery/hmap from 0.0.58 to 0.0.60 #1509

chore(deps): bump github.com/projectdiscovery/hmap from 0.0.58 to 0.0.60

chore(deps): bump github.com/projectdiscovery/hmap from 0.0.58 to 0.0.60 #1509

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/[email protected]
with:
version: latest
args: --timeout 5m
working-directory: .