Browse Source

Update Go versions in CI

DarthSim 1 year ago
parent
commit
19d7b53113
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:202311211816
     strategy:
       matrix:
-        go-version: ["1.21.x"]
+        go-version: ["1.22.x"]
         vips-version: ["8.15"]
     steps:
       - name: Checkout

+ 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"]
+        go-version: ["1.22.x", "1.21.x"]
         vips-version: ["8.15", "8.14", "8.13"]
     steps:
       - name: Checkout