build: use go 1.12 for arm as well

This commit is contained in:
Karl Skewes 2019-05-03 21:31:19 +12:00
parent 93b7d31332
commit 8fca58cf49
3 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
## Changes since v3.2.0
- [#144](https://github.com/pusher/oauth2_proxy/pull/144) Use GO 1.12 for ARM builds (@kskewes)
- [#52](https://github.com/pusher/oauth2_proxy/pull/52) Logging Improvements (@MisterWil)
- Implement flags to configure file logging
- `-logging-filename` Defines the filename to log to

View File

@ -1,4 +1,4 @@
FROM golang:1.11-stretch AS builder
FROM golang:1.12-stretch AS builder
# Download tools
RUN wget -O $GOPATH/bin/dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64

View File

@ -1,4 +1,4 @@
FROM golang:1.11-stretch AS builder
FROM golang:1.12-stretch AS builder
# Download tools
RUN wget -O $GOPATH/bin/dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64