]> go.fuhry.dev Git - fsnotify.git/commitdiff
Update test matrix for go 1.17 stable release (#385)
authorNahum Shalman <nahamu@gmail.com>
Tue, 17 Aug 2021 14:33:47 +0000 (10:33 -0400)
committerGitHub <noreply@github.com>
Tue, 17 Aug 2021 14:33:47 +0000 (10:33 -0400)
.github/workflows/test.yml

index 51b9e60322b0d1a97685e2121c456b31913066e8..a20673a084f9e6951654605ae70b892b00b50521 100644 (file)
@@ -13,7 +13,7 @@ jobs:
           - macos-latest
           - windows-latest
         go:
-          - '1.17.0-rc2'
+          - '1.17'
           - '1.16'
           - '1.15'
           - '1.14'
@@ -25,7 +25,6 @@ jobs:
         uses: actions/setup-go@v2
         with:
           go-version: ${{ matrix.go }}
-          stable: false # for Go 1.17.0-rc2, it's not stable now. (2021-08-03)
 
       - name: checkout
         uses: actions/checkout@v2