mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-01-24 05:26:55 +02:00
commit
9bc618bb08
@ -1,6 +1,6 @@
|
|||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.14.x
|
- 1.15.x
|
||||||
env:
|
env:
|
||||||
- COVER=true
|
- COVER=true
|
||||||
install:
|
install:
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
- [#764](https://github.com/oauth2-proxy/oauth2-proxy/pull/764) Document bcrypt encryption for htpasswd (and hide SHA) (@lentzi90)
|
- [#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)
|
- [#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)
|
- [#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
|
# v6.1.1
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.14-buster AS builder
|
FROM golang:1.15-buster AS builder
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
|
|
||||||
# Download tools
|
# Download tools
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.14-buster AS builder
|
FROM golang:1.15-buster AS builder
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
|
|
||||||
# Download tools
|
# Download tools
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.14-buster AS builder
|
FROM golang:1.15-buster AS builder
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
|
|
||||||
# Download tools
|
# Download tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user