mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-05-01 15:52:41 +02:00
bump go version in Dockerfile and tests for go1.16
This commit is contained in:
parent
c34c3dd593
commit
e307e617d6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
go-version:
|
go-version:
|
||||||
# support the two most recent major go versions
|
# support the two most recent major go versions
|
||||||
- 1.x
|
- 1.x
|
||||||
- 1.14.x
|
- 1.15.x
|
||||||
platform: [ubuntu-latest, windows-latest]
|
platform: [ubuntu-latest, windows-latest]
|
||||||
include:
|
include:
|
||||||
# minimum go version that works. This is not necessarily supported in
|
# minimum go version that works. This is not necessarily supported in
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.14 as build
|
FROM golang:1.16 as build
|
||||||
LABEL maintainer="Will Norris <will@willnorris.com>"
|
LABEL maintainer="Will Norris <will@willnorris.com>"
|
||||||
|
|
||||||
RUN useradd -u 1001 go
|
RUN useradd -u 1001 go
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue