Skip to content

Commit

Permalink
Update Go version (add v1.22, remove v1.20) (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrunwald authored Apr 27, 2024
1 parent bb1cabe commit c725a0f
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.21', '1.20' ]
go: [ '1.22', '1.21' ]

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

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

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

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

0 comments on commit c725a0f

Please sign in to comment.