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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
go: ['1.22', '1.21']
|
go: ['1.24', '1.23']
|
||||||
exclude:
|
exclude:
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
go: '1.21'
|
go: '1.24'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in New Issue