Skip to content

Commit

Permalink
Added Go 1.18 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosroman committed May 12, 2022
1 parent 553de96 commit adf7e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
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"]
2 changes: 1 addition & 1 deletion .github/workflows/datadog-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
native:
strategy:
matrix:
go-version: [ 1.17, 1.16, 1.15, 1.14, 1.13]
go-version: [ 1.18, 1.17, 1.16, 1.15, 1.14, 1.13]
runs-on: [ ubuntu-latest, windows-latest, macos-latest ]
fail-fast: false
runs-on: ${{ matrix.runs-on }}
Expand Down

0 comments on commit adf7e06

Please sign in to comment.