diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9780de023..f7972bb14 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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