build: use go 1.12 for arm as well
This commit is contained in:
parent
93b7d31332
commit
8fca58cf49
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user