1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-12 11:46:10 +02:00

Remove go 1.19 from CI

This commit is contained in:
DarthSim 2023-11-23 22:45:02 +03:00
parent 9bd19c3535
commit 1f9b348edc

View File

@ -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