mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
Update Go versions in CI
This commit is contained in:
parent
9271494dc6
commit
19d7b53113
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
image: darthsim/imgproxy-ci:202311211816
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: ["1.21.x"]
|
||||
go-version: ["1.22.x"]
|
||||
vips-version: ["8.15"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
image: darthsim/imgproxy-ci:202311211816
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: ["1.21.x", "1.20.x"]
|
||||
go-version: ["1.22.x", "1.21.x"]
|
||||
vips-version: ["8.15", "8.14", "8.13"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user