Skip to content

Commit

Permalink
Go 1.22 minimum (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
swi-jared authored Oct 30, 2024
1 parent 0c4cbc7 commit 98c3b4d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 => ../..
Expand Down
2 changes: 1 addition & 1 deletion examples/http/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 => ../..
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98c3b4d

Please sign in to comment.