1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2024-12-18 03:56:30 +00:00

github/workflows: remove testing on go1.17

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-03-22 10:56:34 -04:00
parent 249dc61329
commit ce5bddf35e
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.17', '1.18', '1.19', '1.20']
go: ['1.18', '1.19', '1.20']
steps:
- uses: actions/checkout@v3