Skip to content

Commit

Permalink
Adding Golang 1.20 support
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosroman committed Feb 21, 2023
1 parent 56d379d commit 794b70c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ workflows:
- "1.17"
- "1.18"
- "1.19"
- "1.20"
1 change: 1 addition & 0 deletions .github/workflows/datadog-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- 1.17
- 1.18
- 1.19
- "1.20" # bug as without the quotes you get go 1.2
runs-on:
- macos-latest
- ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.swp
*.swo
vendor/
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,9 @@ This library only officially supports [first class ports](https://github.com/gol

| **Go Version** | **Support level** |
|----------------|-------------------------------------|
| 1.20 | [GA](#support-ga) |
| 1.19 | [GA](#support-ga) |
| 1.18 | [GA](#support-ga) |
| 1.18 | [Maintenance](#support-maintenance) |
| 1.17 | [Maintenance](#support-maintenance) |
| 1.16 | [Maintenance](#support-maintenance) |
| 1.15 | [Maintenance](#support-maintenance) |
Expand Down

0 comments on commit 794b70c

Please sign in to comment.