1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-02-11 13:53:07 +02:00

Update Go to 1.15

This commit is contained in:
Mitsuo Heijo 2020-09-12 13:47:42 +09:00
parent 3fa42edb73
commit e64322b070
6 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
language: go
go:
- 1.14.x
- 1.15.x
env:
- COVER=true
install:

View File

@ -29,6 +29,7 @@
- [#764](https://github.com/oauth2-proxy/oauth2-proxy/pull/764) Document bcrypt encryption for htpasswd (and hide SHA) (@lentzi90)
- [#616](https://github.com/oauth2-proxy/oauth2-proxy/pull/616) Add support to ensure user belongs in required groups when using the OIDC provider (@stefansedich)
- [#800](https://github.com/oauth2-proxy/oauth2-proxy/pull/800) Fix import path for v7 (@johejo)
- [#783](https://github.com/oauth2-proxy/oauth2-proxy/pull/783) Update Go to 1.15 (@johejo)
# v6.1.1

View File

@ -1,4 +1,4 @@
FROM golang:1.14-buster AS builder
FROM golang:1.15-buster AS builder
ARG VERSION
# Download tools

View File

@ -1,4 +1,4 @@
FROM golang:1.14-buster AS builder
FROM golang:1.15-buster AS builder
ARG VERSION
# Download tools

View File

@ -1,4 +1,4 @@
FROM golang:1.14-buster AS builder
FROM golang:1.15-buster AS builder
ARG VERSION
# Download tools

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/oauth2-proxy/oauth2-proxy/v7
go 1.14
go 1.15
require (
github.com/Bose/minisentinel v0.0.0-20200130220412-917c5a9223bb