1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-07 11:36:25 +02:00

Update go versions in CircleCI

This commit is contained in:
DarthSim 2021-02-25 20:32:57 +06:00
parent fe0ca4e356
commit 9b68063dcd

View File

@ -8,7 +8,7 @@ workflows:
- lint:
requires:
- checkout_code
go_version: "1.15"
go_version: "1.16"
vips_version: "8.10"
- build:
name: go<< matrix.go_version >>_vips<< matrix.vips_version >>
@ -16,7 +16,7 @@ workflows:
- checkout_code
matrix:
parameters:
go_version: ["1.15", "1.14", "1.13"]
go_version: ["1.16", "1.15", "1.14"]
vips_version: ["8.10", "8.9", "8.8"]
release: