Skip to content

Commit 7f8bd90

Browse files
authored
feat: built-in login/consent UI for hydra perform authorization-code (#3845)
1 parent 8263ef4 commit 7f8bd90

File tree

8 files changed

+461
-102
lines changed

8 files changed

+461
-102
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
GOGC: 100
9595
with:
9696
args: --timeout 10m0s
97-
version: v1.55.2
97+
version: v1.61.0
9898
skip-pkg-cache: true
9999
- name: Run go-acc (tests)
100100
run: |

.schema/config.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"mode": {
4242
"type": "integer",
43-
"description": "Mode of unix socket in numeric form",
43+
"description": "Mode of unix socket in numeric form, base 10.",
4444
"default": 493,
4545
"minimum": 0,
4646
"maximum": 511

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export PATH := .bin:${PATH}
55
export PWD := $(shell pwd)
66
export IMAGE_TAG := $(if $(IMAGE_TAG),$(IMAGE_TAG),latest)
77

8-
GOLANGCI_LINT_VERSION = 1.55.2
8+
GOLANGCI_LINT_VERSION = 1.61.0
99

1010
GO_DEPENDENCIES = github.com/ory/go-acc \
1111
github.com/golang/mock/mockgen \

0 commit comments

Comments
 (0)