mirror of https://github.com/pkg/sftp.git
CI: update Go versions
This commit is contained in:
parent
811ed177f0
commit
27d8571ed3
|
@ -12,10 +12,10 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
go: [1.17, 1.16]
|
||||
go: [1.19, 1.18]
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
go: 1.16
|
||||
go: 1.18
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue