-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(stencil): upgrade to use Go 1.22.0
Co-authored-by: getoutreach-ci-1[bot] <95656460+getoutreach-ci-1[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0044c2d
commit 794f4ac
Showing
11 changed files
with
306 additions
and
620 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# Docs: https://docs.cortex.io/docs/reference/basics/entities#service-entities | ||
|
||
openapi: 3.0.0 | ||
info: | ||
title: gobin | ||
description: > | ||
Downloads, compiles, and runs (or just returns the binary path) of go applications. | ||
x-cortex-type: service | ||
x-cortex-slack: | ||
channels: | ||
- name: dev-tooling-design | ||
notificationsEnabled: false | ||
- name: dev-tooling-support | ||
notificationsEnabled: false | ||
- name: dt-oncall | ||
notificationsEnabled: true | ||
- name: fnd-dt-alerts | ||
notificationsEnabled: true | ||
x-cortex-owners: | ||
- type: group | ||
name: fnd-dt | ||
provider: CORTEX | ||
x-cortex-tag: gobin | ||
x-cortex-git: | ||
github: | ||
repository: getoutreach/gobin | ||
x-cortex-oncall: | ||
pagerduty: | ||
id: P9HJAUT | ||
type: SERVICE | ||
x-cortex-link: | ||
## These are useful documentation links for this service. Please fill in the customLinks block if you have additional documentation links. | ||
## name: The name of the link | ||
## type: Choose one type from (dashboard,documentation,healthcheck,logs,metrics,runbook) | ||
## url: The link url | ||
## description(optional): Description to this link | ||
- name: API Docs | ||
type: api_documentation | ||
url: https://engdocs.outreach.cloud/github.com/getoutreach/gobin#section-readme | ||
## <<Stencil::Block(customLinks)>> | ||
## <</Stencil::Block>> | ||
x-cortex-custom-metadata: | ||
app: gobin | ||
name: gobin | ||
repo: https://github.com/getoutreach/gobin | ||
framework: stencil | ||
language: Golang | ||
stencil_version: v1.37.3 | ||
golang_version: 1.22.0 | ||
cli: true | ||
service: false | ||
product: Outreach | ||
lifecycle: in_development | ||
## <<Stencil::Block(extraAliases)>> | ||
## <</Stencil::Block>> | ||
reporting_team: fnd-dt | ||
lintroller: platinum | ||
x-cortex-groups: | ||
- lifecycle: in_development | ||
- product: Outreach | ||
- language: Golang | ||
- framework: stencil | ||
- type: cli | ||
- engOrg: fnd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.