mirror of
https://github.com/willnorris/imageproxy.git
synced 2024-12-16 21:56:43 -05:00
bump docker build to go1.17, and actions to latest
This commit is contained in:
parent
66818a786d
commit
e5da3b920b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
go-version:
|
||||
# support the two most recent major go versions
|
||||
- 1.x
|
||||
- 1.15.x
|
||||
- 1.16.x
|
||||
platform: [ubuntu-latest]
|
||||
include:
|
||||
# minimum go version that works. This is not necessarily supported in
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.16 as build
|
||||
FROM golang:1.17 as build
|
||||
LABEL maintainer="Will Norris <will@willnorris.com>"
|
||||
|
||||
RUN useradd -u 1001 go
|
||||
|
|
Loading…
Reference in a new issue