Skip to content
Permalink
Browse files
Update Go versions in CI
  • Loading branch information
DarthSim committed Mar 10, 2023
1 parent 789ece0 commit ee9e8f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -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
@@ -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

0 comments on commit ee9e8f0

Please sign in to comment.