Skip to content

chore(deps): bump github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1 #240

chore(deps): bump github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1

chore(deps): bump github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1 #240

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/