0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2025-04-01 02:42:37 -05:00

.github: bump minimum go version to 1.16

This commit is contained in:
Will Norris 2022-11-14 12:01:31 -08:00
parent 635cc9ef3b
commit 26b706015a

View file

@ -22,7 +22,7 @@ jobs:
# minimum go version that works. This is not necessarily supported in
# any way, and will be bumped up without notice as needed. But it at
# least lets us know what go version should work.
- go-version: 1.15
- go-version: 1.16
platform: ubuntu-latest
# include windows, but only with the latest Go version, since there