Quellcode durchsuchen

github: add Go 1.15 to CI (#6294)

ᴜɴᴋɴᴡᴏɴ vor 4 Jahren
Ursprung
Commit
cf216f12a1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/workflows/go.yml

+ 1 - 1
.github/workflows/go.yml

@@ -21,7 +21,7 @@ jobs:
     name: Test
     strategy:
       matrix:
-        go-version: [1.14.x]
+        go-version: [1.14.x, 1.15.x]
         platform: [ubuntu-latest, macos-latest, windows-latest]
     runs-on: ${{ matrix.platform }}
     steps: