mirror of https://github.com/pkg/sftp.git
CI: swith to Go 1.23 and 1.24
This commit is contained in:
parent
8c3d7097fd
commit
28eb326a67
|
@ -12,10 +12,10 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
go: ['1.22', '1.21']
|
||||
go: ['1.24', '1.23']
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
go: '1.21'
|
||||
go: '1.24'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue