mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-02-12 11:46:10 +02:00
Update GH Actions workflows
This commit is contained in:
parent
1f92d04b12
commit
5996a48b0c
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@ -11,15 +11,15 @@ jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: darthsim/imgproxy-ci:latest
|
||||
image: darthsim/imgproxy-ci:202302212110
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: ["1.19.x"]
|
||||
vips-version: ["8.14"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
- name: Cache mods
|
||||
|
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -11,15 +11,15 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: darthsim/imgproxy-ci:latest
|
||||
image: darthsim/imgproxy-ci:202302212110
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: ["1.19.x", "1.18.x"]
|
||||
vips-version: ["8.14", "8.13"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
- name: Cache mods
|
||||
|
Loading…
x
Reference in New Issue
Block a user