Skip to content

Commit

Permalink
Upgrade Go versions: Removing v1.18, adding v1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrunwald committed Feb 8, 2023
1 parent f726227 commit 952a13d
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-20.04
strategy:
matrix:
go: [ '1.19', '1.18' ]
go: [ '1.20', '1.19' ]

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

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

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.19', '1.18' ]
go: [ '1.20', '1.19' ]

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

0 comments on commit 952a13d

Please sign in to comment.