Skip to content

chore(deps): bump github.com/projectdiscovery/goflags from 0.1.26 to 0.1.74 #227

chore(deps): bump github.com/projectdiscovery/goflags from 0.1.26 to 0.1.74

chore(deps): bump github.com/projectdiscovery/goflags from 0.1.26 to 0.1.74 #227

Workflow file for this run

name: 🔨 Build Test
on:
pull_request:
paths:
- '**.go'
- '**.mod'
workflow_dispatch:
jobs:
build:
name: Test Builds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: projectdiscovery/actions/setup/go@v1
- name: Test
run: go test .
working-directory: cmd/simplehttpserver/
- name: Build
run: go build .
working-directory: cmd/simplehttpserver/