Skip to content

Commit

Permalink
Add missing Golang versions to CI (#294)
Browse files Browse the repository at this point in the history
* Adding Go 1.18 - 1.21 to CircleCI
* Adding Go 1.20 and 1.21 to GitHub Actions
* Updated CircleCI image to latest image
  • Loading branch information
carlosroman committed Dec 7, 2023
1 parent 5a079da commit 0a5735e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ executors:
linux_arm64:
description: "arm64"
machine:
image: ubuntu-2004:202101-01
image: ubuntu-2204:2023.07.2
resource_class: arm.medium

commands:
Expand Down Expand Up @@ -72,4 +72,4 @@ workflows:
- tests_arm64:
matrix:
parameters:
go-version: ["1.13", "1.14", "1.15", "1.16", "1.17"]
go-version: ["1.13", "1.14", "1.15", "1.16", "1.17", "1.18", "1.19", "1.20", "1.21.5"]
2 changes: 2 additions & 0 deletions .github/workflows/datadog-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- 1.17
- 1.18
- 1.19
- "1.20"
- 1.21
runs-on:
- macos-latest
- ubuntu-latest
Expand Down

0 comments on commit 0a5735e

Please sign in to comment.