Skip to content

Commit

Permalink
using 1.16 as minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed May 5, 2022
1 parent b6e5654 commit 8bfb58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x 1.17.x 1.18.x ]
go-version: [1.16.x, 1.17.x, 1.18.x ]
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 8bfb58e

Please sign in to comment.