Skip to content

Bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0 #30

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

Bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0 #30

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.17"
- run: go test -race ./...