From: Martin Tournoij Date: Thu, 21 Jul 2022 02:13:51 +0000 (+0200) Subject: Test Go 1.18 X-Git-Tag: v1.7.2~115 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=c56cafdbd7e21444af10659cc2881f800b81d7ad;p=fsnotify.git Test Go 1.18 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95a74c5..80f3a06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - name: setup Go uses: actions/setup-go@v2 with: - go-version: '1.17' + go-version: '1.18' - name: checkout uses: actions/checkout@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 47f55d0..28666d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: - macos-latest - windows-latest go: - - '1.18.0-beta1' + - '1.18' - '1.17' - '1.16' runs-on: ${{ matrix.os }} @@ -32,10 +32,10 @@ jobs: 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: diff --git a/README.md b/README.md index da09b41..dc7d9d2 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ [![Go Reference](https://pkg.go.dev/badge/github.com/fsnotify/fsnotify.svg)](https://pkg.go.dev/github.com/fsnotify/fsnotify) [![Go Report Card](https://goreportcard.com/badge/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.