mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-03 10:43:58 +02:00
Update Go versions in CI
This commit is contained in:
parent
789ece0e83
commit
ee9e8f0cb1
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user