mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-01-08 04:03:58 +02:00
commit
9bc618bb08
@ -1,6 +1,6 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.14.x
|
||||
- 1.15.x
|
||||
env:
|
||||
- COVER=true
|
||||
install:
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.14-buster AS builder
|
||||
FROM golang:1.15-buster AS builder
|
||||
ARG VERSION
|
||||
|
||||
# Download tools
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.14-buster AS builder
|
||||
FROM golang:1.15-buster AS builder
|
||||
ARG VERSION
|
||||
|
||||
# Download tools
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.14-buster AS builder
|
||||
FROM golang:1.15-buster AS builder
|
||||
ARG VERSION
|
||||
|
||||
# Download tools
|
||||
|
Loading…
Reference in New Issue
Block a user