forked from TrueCloudLab/frostfs-api-go
drop go 1.11 from tests
This commit is contained in:
parent
ea0703e089
commit
1648976047
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go: [ '1.11.x', '1.12.x', '1.13.x']
|
||||
go: [ '1.12.x', '1.13.x', '1.14.x']
|
||||
steps:
|
||||
|
||||
- name: Setup go
|
||||
|
|
Loading…
Reference in a new issue