0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-30 22:34:18 -05: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:
Will Norris 2020-04-04 06:21:35 +00:00
parent 65aeb787ac
commit 8d8c59a928
3 changed files with 3 additions and 2 deletions

View file

@ -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 }}

View file

@ -1,4 +1,4 @@
FROM golang:1.13 as build
FROM golang:1.14 as build
MAINTAINER Will Norris <will@willnorris.com>
RUN useradd -u 1001 go

1
go.sum
View file

@ -93,6 +93,7 @@ github.com/googleapis/gax-go v2.0.0+incompatible h1:j0GKcs05QVmm7yesiZq2+9cxHkNK
github.com/googleapis/gax-go v2.0.0+incompatible/go.mod h1:SFVmujtThgffbyetf+mdk2eWhX2bMyUtNHzFKcPA9HY=
github.com/googleapis/gax-go/v2 v2.0.4 h1:hU4mGcQI4DaAYW+IbTun+2qEZVFxK0ySjQLTbS0VQKc=
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
github.com/gorilla/context v1.1.1 h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8=
github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg=
github.com/gorilla/mux v1.6.2 h1:Pgr17XVTNXAk3q/r4CpKzC5xBM/qW1uVLV+IhRZpIIk=
github.com/gorilla/mux v1.6.2/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=