diff --git a/authentik/flows/views.py b/authentik/flows/views.py index ffaf19748..437857dff 100644 --- a/authentik/flows/views.py +++ b/authentik/flows/views.py @@ -127,7 +127,7 @@ class FlowExecutorView(APIView): @swagger_auto_schema( responses={ 200: Challenge(), - 404: "No Token found" # This error can be raised by the email stage + 404: "No Token found", # This error can be raised by the email stage }, request_body=no_body, manual_parameters=[ diff --git a/outpost/azure-pipelines.yml b/outpost/azure-pipelines.yml index cabdf0baa..3f93f8f37 100644 --- a/outpost/azure-pipelines.yml +++ b/outpost/azure-pipelines.yml @@ -18,7 +18,7 @@ stages: steps: - task: GoTool@0 inputs: - version: '1.16' + version: '1.16.3' - task: CmdLine@2 inputs: script: | @@ -40,7 +40,7 @@ stages: steps: - task: GoTool@0 inputs: - version: '1.16' + version: '1.16.3' - task: Go@0 inputs: command: 'get' @@ -63,7 +63,7 @@ stages: steps: - task: GoTool@0 inputs: - version: '1.16' + version: '1.16.3' - task: DownloadPipelineArtifact@2 inputs: buildType: 'current' @@ -82,7 +82,7 @@ stages: steps: - task: GoTool@0 inputs: - version: '1.16' + version: '1.16.3' - task: DownloadPipelineArtifact@2 inputs: buildType: 'current'