From 33d0ae488de245f4f3b84311f0b431c642558339 Mon Sep 17 00:00:00 2001 From: Jared Harper Date: Wed, 30 Oct 2024 15:04:10 -0700 Subject: [PATCH] Go 1.22 minimum --- .github/workflows/test.yaml | 2 +- examples/grpc/go.mod | 2 +- examples/http/go.mod | 2 +- go.mod | 2 +- instrumentation/github.com/aws/aws-lambda-go/swolambda/go.mod | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7bedaec2..399f80d0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,7 +22,7 @@ jobs: tests: strategy: matrix: - goversion: ['1.21', '1.22'] + goversion: ['1.22', '1.23'] os: ['ubuntu-latest', 'windows-latest'] name: Go ${{ matrix.goversion }} (${{ matrix.os}}) tests runs-on: ${{ matrix.os }} diff --git a/examples/grpc/go.mod b/examples/grpc/go.mod index 44771d06..c61cff7f 100644 --- a/examples/grpc/go.mod +++ b/examples/grpc/go.mod @@ -14,7 +14,7 @@ module github.com/solarwinds/apm-go/examples/grpc -go 1.21 +go 1.22.0 // TODO don't use the local repo replace github.com/solarwinds/apm-go => ../.. diff --git a/examples/http/go.mod b/examples/http/go.mod index e01a28b3..322725cc 100644 --- a/examples/http/go.mod +++ b/examples/http/go.mod @@ -14,7 +14,7 @@ module github.com/solarwinds/apm-go/examples/http -go 1.21 +go 1.22.0 // TODO don't use the local repo replace github.com/solarwinds/apm-go => ../.. diff --git a/go.mod b/go.mod index ca95f434..ba6ed682 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ module github.com/solarwinds/apm-go -go 1.21 +go 1.22.0 require ( github.com/aws/aws-sdk-go-v2 v1.30.4 diff --git a/instrumentation/github.com/aws/aws-lambda-go/swolambda/go.mod b/instrumentation/github.com/aws/aws-lambda-go/swolambda/go.mod index 392b7cd0..562f83a4 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/swolambda/go.mod +++ b/instrumentation/github.com/aws/aws-lambda-go/swolambda/go.mod @@ -14,7 +14,7 @@ module github.com/solarwinds/apm-go/instrumentation/github.com/aws/aws-lambda-go/swolambda -go 1.21 +go 1.22.0 require ( github.com/aws/aws-lambda-go v1.47.0