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:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: darthsim/imgproxy-ci:latest
|
image: darthsim/imgproxy-ci:202302212110
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ["1.19.x"]
|
go-version: ["1.19.x"]
|
||||||
vips-version: ["8.14"]
|
vips-version: ["8.14"]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
- name: Cache mods
|
- name: Cache mods
|
||||||
|
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -11,15 +11,15 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: darthsim/imgproxy-ci:latest
|
image: darthsim/imgproxy-ci:202302212110
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ["1.19.x", "1.18.x"]
|
go-version: ["1.19.x", "1.18.x"]
|
||||||
vips-version: ["8.14", "8.13"]
|
vips-version: ["8.14", "8.13"]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
- name: Cache mods
|
- name: Cache mods
|
||||||
|
Loading…
x
Reference in New Issue
Block a user