From 8330dac5bc23da34944343046368763ac8ff4588 Mon Sep 17 00:00:00 2001 From: Steve Willoughby Date: Tue, 17 Sep 2024 21:17:00 -0700 Subject: [PATCH] fix go versions in test workflow --- .github/workflows/ci.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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