Skip to content

Commit

Permalink
Update Go version for testing: Remove 1.19, add 1.21 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrunwald authored Aug 18, 2023
1 parent c44fe2f commit d2361a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
go: [ '1.20', '1.19' ]
go: [ '1.21', '1.20' ]

steps:
- uses: actions/checkout@v3
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
go: [ '1.20', '1.19' ]
go: [ '1.21', '1.20' ]

steps:
- uses: actions/checkout@v3
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
go: [ '1.20', '1.19' ]
go: [ '1.21', '1.20' ]

steps:
- uses: actions/checkout@v3
Expand All @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
go: [ '1.20', '1.19' ]
go: [ '1.21', '1.20' ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d2361a1

Please sign in to comment.