- macos-latest
- windows-latest
go:
- - '1.18.0-beta1'
+ - '1.18'
- '1.17'
- '1.16'
runs-on: ${{ matrix.os }}
testFreeBSD:
runs-on: macos-10.15
- name: test (freebsd, 1.17)
+ name: test (freebsd, 1.18)
steps:
- uses: actions/checkout@v2
- - name: test (freebsd, 1.17)
+ - name: test (freebsd, 1.18)
id: test
uses: vmactions/freebsd-vm@v0.1.5
with:
[](https://pkg.go.dev/github.com/fsnotify/fsnotify) [](https://goreportcard.com/report/github.com/fsnotify/fsnotify)
-## This project is archived.
-
-[Details](https://github.com/fsnotify/fsnotify/issues/413) of this decision.
-
## Cross platform
`fsnotify` supports Windows, Linux, BSD and macOS with a common API.