Skip to content

Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 #36

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

Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 #36

Workflow file for this run

name: CI
on:
push:
branches:
- main
- "test_*"
- "test-*"
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
name: Build and test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- run: go test -race ./...