Skip to content

Commit

Permalink
Merge pull request #72 from solarwinds/go-upgrade
Browse files Browse the repository at this point in the history
[NH-78282] Update supported Go versions to 1.22 and 1.21
  • Loading branch information
swi-jared authored Apr 18, 2024
2 parents d0efab5 + 2d9b320 commit 1184988
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goversion: ['1.20', '1.21']
goversion: ['1.21', '1.22']
name: Go ${{ matrix.goversion }} tests
env:
SW_APM_DEBUG_LEVEL: 1
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Run tests
run: make test
- uses: dominikh/[email protected]
if: matrix.goversion == '1.20'
if: matrix.goversion == '1.21'
with:
install-go: false
cache-key: ${{ matrix.goversion }}
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.20
go 1.21

// 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.20
go 1.21

// 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.20
go 1.21

require (
github.com/aws/aws-sdk-go-v2 v1.23.1
Expand Down

0 comments on commit 1184988

Please sign in to comment.