소스 검색

Update Go versions in CI

DarthSim 2 년 전
부모
커밋
ee9e8f0cb1
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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:202302212110
     strategy:
       matrix:
-        go-version: ["1.19.x"]
+        go-version: ["1.20.x"]
         vips-version: ["8.14"]
     steps:
       - name: Checkout

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

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