Skip to content

Commit

Permalink
bump go test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iamemilio committed Aug 2, 2024
1 parent 21bf8ad commit a2d7d10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
matrix:
include:
# Core Tests on 3 most recent major Go versions
- go-version: 1.19.0
dirs: v3/newrelic,v3/internal,v3/examples
- go-version: 1.20.0
dirs: v3/newrelic,v3/internal,v3/examples
- go-version: 1.21.0
dirs: v3/newrelic,v3/internal,v3/examples
- go-version: 1.22.0
dirs: v3/newrelic,v3/internal,v3/examples
- go-version: 1.23.0
dirs: v3/newrelic,v3/internal,v3/examples

# Integration Tests on highest Supported Go Version
- dirs: v3/integrations/nramqp
Expand Down

0 comments on commit a2d7d10

Please sign in to comment.