فهرست منبع

Exclude Go 1.18 from CI

DarthSim 2 سال پیش
والد
کامیت
6cff6d4a64
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/test.yml

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

@@ -14,7 +14,7 @@ jobs:
       image: darthsim/imgproxy-ci:202302212110
     strategy:
       matrix:
-        go-version: ["1.20.x", "1.19.x", "1.18.x"]
+        go-version: ["1.20.x", "1.19.x"]
         vips-version: ["8.14", "8.13"]
     steps:
       - name: Checkout