Skip to content

Commit

Permalink
Testing: Use go version '1.17', '1.16', '1.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrunwald committed Sep 18, 2021
1 parent 543bc02 commit 1154c96
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.15', '1.14', '1.13' ]
go: [ '1.17', '1.16', '1.15' ]

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

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

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

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

0 comments on commit 1154c96

Please sign in to comment.