Skip to content

Commit

Permalink
Switch CI to only support v1.17 und v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrunwald committed Apr 1, 2022
1 parent 916b31a commit 5105eaf
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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.17', '1.16', '1.15' ]
go: [ '1.18', '1.17' ]

steps:
- uses: actions/checkout@v2
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.17', '1.16', '1.15' ]
go: [ '1.18', '1.17' ]

steps:
- uses: actions/checkout@v2
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.17', '1.16', '1.15' ]
go: [ '1.18', '1.17' ]

steps:
- uses: actions/checkout@v2
Expand All @@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.17', '1.16', '1.15' ]
go: [ '1.18', '1.17' ]

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

0 comments on commit 5105eaf

Please sign in to comment.