Skip to content

chore(deps): bump github.com/projectdiscovery/utils from 0.0.93 to 0.0.94 #191

chore(deps): bump github.com/projectdiscovery/utils from 0.0.93 to 0.0.94

chore(deps): bump github.com/projectdiscovery/utils from 0.0.93 to 0.0.94 #191

Workflow file for this run

name: 🔨 Build Test
on:
workflow_dispatch:
pull_request:
branches:
- main
paths:
- '**.go'
- '**.mod'
jobs:
build:
name: Test Builds
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
go-version: [1.21.x]
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Check out code
uses: actions/checkout@v4
- name: Test
run: go test ./...
working-directory: .
- name: Build
run: go run .
working-directory: examples/
- name: Install
run: go install
working-directory: cmd/alterx/
- name: Race Condition Tests
run: echo "www.scanme.sh" | go run -race .
working-directory: cmd/alterx/