Skip to content

Commit

Permalink
Merge pull request #320 from DataDog/carlosroman/AGTMETRICS-34-team-u…
Browse files Browse the repository at this point in the history
…pdate

Updating team ownership to agent-metric-pipelines

Co-authored-by: carlosroman <carlos.roman@datadoghq.com>
  • Loading branch information
dd-mergequeue[bot] and carlosroman authored Feb 5, 2025
2 parents 95c50ea + 4b3c4b8 commit bae3560
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
19 changes: 16 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# We use github actions to test the code on windows and linux amd64. Circleci is used for linux arm64.
---
# We use github actions to test the code on windows and linux amd64.
# Circleci is used for linux arm64.
#
version: 2.1

Expand All @@ -9,7 +11,7 @@ executors:
linux_arm64:
description: "arm64"
machine:
image: ubuntu-2204:2023.07.2
image: ubuntu-2404:current
resource_class: arm.medium

commands:
Expand Down Expand Up @@ -72,4 +74,15 @@ workflows:
- tests_arm64:
matrix:
parameters:
go-version: ["1.13", "1.14", "1.15", "1.16", "1.17", "1.18", "1.19", "1.20", "1.21.5"]
go-version:
- "1.13"
- "1.14"
- "1.15"
- "1.16"
- "1.17"
- "1.18"
- "1.19"
- "1.20.14"
- "1.21.13"
- "1.22.12"
- "1.23.6"
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Rules are matched bottom-to-top, so one team can own subdirectories
# and another team can own the rest of the directory.

* @Datadog/agent-metrics-logs
* @Datadog/agent-metric-pipelines

# Documentation
*.md @DataDog/documentation
2 changes: 2 additions & 0 deletions .github/workflows/datadog-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- 1.19
- "1.20"
- 1.21
- 1.22
- 1.23
runs-on:
- macos-latest
- ubuntu-latest
Expand Down

0 comments on commit bae3560

Please sign in to comment.