From 2c0c0dab9479524a680cd77f3c489ce123bfc192 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Wed, 5 Jun 2024 08:05:38 -0700 Subject: [PATCH] Bump Go version used in CI (#5735) Address [GO-2024-2887](https://pkg.go.dev/vuln/GO-2024-2887), which is failing the CI: https://github.com/open-telemetry/opentelemetry-go-contrib/actions/runs/9375620780/job/25814056221 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43fa8765428..0783746bd01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ env: # backwards compatibility with the previous two minor releases and we # explicitly test our code for these versions so keeping this at prior # versions does not add value. - DEFAULT_GO_VERSION: "~1.22.3" + DEFAULT_GO_VERSION: "~1.22.4" jobs: lint: runs-on: ubuntu-latest @@ -102,7 +102,7 @@ jobs: compatibility-test: strategy: matrix: - go-version: ["~1.22.3", "~1.21.10"] + go-version: ["~1.22.4", "~1.21.11"] os: [ubuntu-latest, macos-latest, windows-latest] # GitHub Actions does not support arm* architectures on default # runners. It is possible to accomplish this with a self-hosted runner