File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616 strategy :
1717 matrix :
18- go : [ '1.21 ', '1.20 ', '1.19 ' ]
18+ go : [ '1.22 ', '1.21 ', '1.20 ' ]
1919 include :
20- - go : ' 1.21 '
20+ - go : ' 1.22 '
2121 lint : true
2222
2323 # Steps represent a sequence of tasks that will be executed as part of the job
Original file line number Diff line number Diff line change 11module github.com/fclairamb/ftpserverlib
22
3- go 1.19
3+ go 1.20
44
55require (
66 github.com/fclairamb/go-log v0.4.1
Original file line number Diff line number Diff line change @@ -1030,6 +1030,8 @@ func TestPASVConnectionWait(t *testing.T) {
10301030 assert .NoError (t , err )
10311031}
10321032
1033+ // On Mac Os X, this requires to issue the following command:
1034+ // sudo ifconfig lo0 alias 127.0.1.1 up
10331035func TestPASVIPMatch (t * testing.T ) {
10341036 s := NewTestServer (t , false )
10351037
You can’t perform that action at this time.
0 commit comments