Skip to content

Bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 #1290

Bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0

Bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 #1290

Workflow file for this run

---
name: Go Vulnerability Checker
on:
push:
branches:
- main
tags:
- v*
pull_request:
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: 1.24.3
- run: |
set -euo pipefail
make vulncheck