mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-25 21:06:24 +02:00
bump go version
- build docker image with go1.14 - test with go1.14 and go1.13 - also run `go mod tidy` to pick up a missed go.sum record
This commit is contained in:
parent
65aeb787ac
commit
8d8c59a928
3 changed files with 3 additions and 2 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.x, 1.12.x]
|
||||
go-version: [1.x, 1.13.x]
|
||||
platform: [ubuntu-latest, windows-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue