Browse Source

Update test matrix

DarthSim 2 years ago
parent
commit
b8c79fcab7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/lint.yml
  2. 1 1
      .github/workflows/test.yml

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

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

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

@@ -14,7 +14,7 @@ jobs:
       image: darthsim/imgproxy-ci:latest
     strategy:
       matrix:
-        go-version: ["1.18.x", "1.17.x", "1.16.x"]
+        go-version: ["1.19.x", "1.18.x"]
         vips-version: ["8.12", "8.11", "8.10"]
     steps:
       - name: Checkout