Skip to content

Commit

Permalink
updating test support to last 2 major go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
theflyingcodr committed Nov 18, 2021
1 parent 4b6ba43 commit dd1b98a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
golangci:
strategy:
matrix:
go-version: [1.15.x,1.16.x]
go-version: [1.16.x, 1.17.x]
os: [macos-latest, ubuntu-latest]
name: lint
runs-on: ${{ matrix.os }}
Expand All @@ -26,7 +26,7 @@ jobs:
build:
strategy:
matrix:
go-version: [ 1.13.x,1.14.x,1.15.x, 1.16.x ]
go-version: [ 1.16.x, 1.17.x ]
os: [ macos-latest, ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit dd1b98a

Please sign in to comment.