浏览代码

Remove go 1.19 from CI

DarthSim 1 年之前
父节点
当前提交
1f9b348edc
共有 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:202311211816
     strategy:
       matrix:
-        go-version: ["1.21.x", "1.20.x", "1.19.x"]
+        go-version: ["1.21.x", "1.20.x"]
         vips-version: ["8.15", "8.14", "8.13"]
     steps:
       - name: Checkout