github: Update Go versions - afero - [fork] go afero port for 9front
 (HTM) git clone git@git.drkhsh.at/afero.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c419971e772eceb480c1a801bbf20c0db54bda04
 (DIR) parent ee6eef77ef4a6c73b07a4bc070a9a2f076fd121e
 (HTM) Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Tue, 28 Nov 2023 10:22:52 +0100
       
       github: Update Go versions
       
       Diffstat:
         M .github/workflows/test.yml          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
       @@ -7,7 +7,7 @@ jobs:
          test:
            strategy:
              matrix:
       -        go-version: [1.18.x,1.19.x,1.20.x]
       +        go-version: [1.19.x,1.20.x,1.21.x]
                platform: [ubuntu-latest, macos-latest, windows-latest]
            runs-on: ${{ matrix.platform }}
            steps: