Skip to content

Commit

Permalink
Merge pull request #966 from nr-swilloughby/946_workflow
Browse files Browse the repository at this point in the history
946 workflow correction - versions of golang to test in CI
  • Loading branch information
nr-swilloughby authored Oct 10, 2024
2 parents cedb0b3 + 8330dac commit 42d20cb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ jobs:
matrix:
include:
# Core Tests on 3 most recent major Go versions
- go-version: 1.20.14
- go-version: 1.21.13
dirs: v3/newrelic,v3/internal,v3/examples
- go-version: 1.21
- go-version: 1.22.7
dirs: v3/newrelic,v3/internal,v3/examples
- go-version: latest
dirs: v3/newrelic,v3/internal,v3/examples
- go-version: 1.23rc2
dirs: v3/newrelic,v3/internal,v3/examples

# Integration Tests on highest Supported Go Version
- dirs: v3/integrations/nramqp
Expand Down Expand Up @@ -109,9 +107,9 @@ jobs:
matrix:
include:
# Core Tests on 3 most recent major Go versions
- go-version: 1.20.14
- go-version: 1.21.13
dirs: v3/newrelic,v3/internal,v3/examples
- go-version: 1.21
- go-version: 1.22.7
dirs: v3/newrelic,v3/internal,v3/examples
- go-version: latest
dirs: v3/newrelic,v3/internal,v3/examples
Expand Down

0 comments on commit 42d20cb

Please sign in to comment.