Skip to content

chore(deps): bump github.com/projectdiscovery/utils from 0.0.88 to 0.0.89 #114

chore(deps): bump github.com/projectdiscovery/utils from 0.0.88 to 0.0.89

chore(deps): bump github.com/projectdiscovery/utils from 0.0.88 to 0.0.89 #114

Workflow file for this run

name: 🔨 Build Test
on:
pull_request:
workflow_dispatch:
jobs:
build:
name: Test Builds
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Check out code
uses: actions/checkout@v4
- name: Test
run: go test -race ./...
- name: Build Example
run: go build example/main.go