Bläddra i källkod

ci: delete Go 1.15 and add Go 1.18 (#6847)

Joe Chen 3 år sedan
förälder
incheckning
3539de754d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      .github/workflows/go.yml

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

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