]> go.fuhry.dev Git - fsnotify.git/commitdiff
Test Go 1.18
authorMartin Tournoij <martin@arp242.net>
Thu, 21 Jul 2022 02:13:51 +0000 (04:13 +0200)
committerMartin Tournoij <martin@arp242.net>
Thu, 21 Jul 2022 02:13:51 +0000 (04:13 +0200)
.github/workflows/build.yml
.github/workflows/test.yml
README.md

index 95a74c5d3514a306f72dd4349e1fff032638db22..80f3a067afb8de944dbff7b118bf7e9109764ae6 100644 (file)
@@ -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
index 47f55d0117310e952e7cabbc4cba0f5c28f8472b..28666d2886b8172de6d7c01237a0cd8f42367702 100644 (file)
@@ -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:
index da09b4156faffdb14107fa1345065dd5c8afab4d..dc7d9d26c0c535168cf1b2f243fa1469ecd15817 100644 (file)
--- 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.